Compare commits
2 Commits
0af3364fcf
...
54f50d94e7
Author | SHA1 | Date |
---|---|---|
|
54f50d94e7 | |
|
c6a1b0521a |
2
ceevlang
2
ceevlang
|
@ -1 +1 @@
|
||||||
Subproject commit 870c6089f48df9fa1e00295d19e667cff96ad62c
|
Subproject commit 2e4e5bff3d5170ec0fc14e265c66660edc9eca83
|
|
@ -213,8 +213,10 @@ int devel(std::deque<std::string> args) {
|
||||||
return devel_roadmap();
|
return devel_roadmap();
|
||||||
if (a1 == "sdl2")
|
if (a1 == "sdl2")
|
||||||
return devel_sdl2(args);
|
return devel_sdl2(args);
|
||||||
if (a1 == "lang")
|
if (a1 == "lang") {
|
||||||
|
std::cerr << "Not implemented" << std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
std::string kw;
|
std::string kw;
|
||||||
if (a1.substr(0, 2) == "--") {
|
if (a1.substr(0, 2) == "--") {
|
||||||
|
|
Loading…
Reference in New Issue