This commit is contained in:
andreja6
2020-03-13 10:08:40 -07:00
parent 9a8aff54ff
commit 2494a5e509

View File

@@ -58,6 +58,7 @@ class Application { // : public GApp {
void setMode(int mode); void setMode(int mode);
Mouse mouse; Mouse mouse;
Tool * tool; Tool * tool;
void changeTool(Tool *);
private: private:
RenderDevice* renderDevice; RenderDevice* renderDevice;
//void initGUI(); //void initGUI();