Layers and Events
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user