shortcuts are bad

This commit is contained in:
2025-04-01 01:00:57 -05:00
parent 76cc9dce34
commit c3685d2b30
6 changed files with 8 additions and 10 deletions

View File

@@ -5,7 +5,6 @@
#define WINDOWMODULE_STATIC
#include "modules/WindowModule/src/WindowModule.h"
#include "modules/WindowModule/src/WindowModule.cpp"
namespace Archimedes {
@@ -22,8 +21,6 @@ namespace Archimedes {
virtual void onLoad() = 0;
virtual void run() = 0;
Window* getWindow() { return windowModule; }
protected:
WindowModule* windowModule;
};