I hate the linker
This commit is contained in:
@@ -36,6 +36,8 @@ public:
|
||||
bool mouseButton1Down;
|
||||
PartInstance* makePart();
|
||||
void clearLevel();
|
||||
void toggleRun();
|
||||
bool isRunning();
|
||||
#if _DEBUG
|
||||
void modXMLLevel(float modY);
|
||||
#endif
|
||||
@@ -51,4 +53,5 @@ private:
|
||||
WorkspaceInstance* workspace;
|
||||
LevelInstance * level;
|
||||
GuiRoot* guiRoot;
|
||||
bool running;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user