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