Layers and Events

This commit is contained in:
2025-04-05 22:37:24 -05:00
parent 5c798f8cb7
commit fbfa13a742
7 changed files with 184 additions and 2 deletions

View File

@@ -23,7 +23,8 @@ TestImgui::~TestImgui() {
void TestImgui::onLoad() {
Archimedes::Module* wm = depsInstances["WindowModule"];
WindowModule* wm = (WindowModule*) depsInstances["WindowModule"];
std::cout << "Say hello: " << wm->sayHello() << std::endl;
if(!wm) {
std::cout << "No WindowModule for TestImgui!\n";