This commit is contained in:
2025-04-19 21:32:57 -05:00
parent 87afa3a0ec
commit a39f43e439
9 changed files with 180 additions and 44 deletions

View File

@@ -16,9 +16,9 @@ class ImguiModule : public Archimedes::Module {
~ImguiModule();
void onLoad();
void onLoad() override;
bool onEvent(const Archimedes::Event& e) { return false; }
bool onEvent(const Archimedes::Event&) override;
ImGuiContext* getContext() { return context; }