shortcuts are bad
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user