I hate the linker

This commit is contained in:
andreja6
2020-03-06 22:40:00 -08:00
parent e419a4edcd
commit 6fb111067d
13 changed files with 297 additions and 31 deletions

View File

@@ -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;
};