debating submodules
This commit is contained in:
3
.ccls
3
.ccls
@@ -1,5 +1,8 @@
|
|||||||
clang++
|
clang++
|
||||||
-Iinclude
|
-Iinclude
|
||||||
-I.
|
-I.
|
||||||
|
-Ivendor/imgui
|
||||||
|
-Ivendor/notcurses/include
|
||||||
|
-Ivendor/GameNetworkingSockets/include
|
||||||
-DWINDOW=1
|
-DWINDOW=1
|
||||||
-DRENDERER=1
|
-DRENDERER=1
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ void TestNotCurses::onLoad() {
|
|||||||
ncInstance = notcurses_init(&opts, NULL);
|
ncInstance = notcurses_init(&opts, NULL);
|
||||||
|
|
||||||
if(!ncInstance) {
|
if(!ncInstance) {
|
||||||
app->stopModule(getName());
|
app->emitEvent(new Archimedes::DoUnloadModuleEvent(name));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user