debating submodules

This commit is contained in:
2026-02-03 21:17:12 -06:00
parent 68524696df
commit 21080c5c63
2 changed files with 4 additions and 1 deletions

3
.ccls
View File

@@ -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

View File

@@ -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;
} }
} }