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

@@ -27,10 +27,12 @@ class WindowModule : public Archimedes::Module {
void onLoad();
//interface for other modules
std::string sayHello() { return "Call from TestImgui!"; }
private:
Archimedes::Window* window;
Archimedes::Renderer* renderer;
private:
};