Class cleanup

This commit is contained in:
andreja6
2018-10-22 18:59:05 -07:00
parent b097cb15e4
commit a70cc31d28
8 changed files with 12 additions and 48 deletions

View File

@@ -11,8 +11,12 @@ public:
void setMessage(std::string);
void clearMessage();
void drawMessage(RenderDevice*);
GFontRef font;
WorkspaceInstance* getWorkspace();
WorkspaceInstance* workspace;
Instance* guiRoot;
std::string message;
bool showMessage;
G3D::GFontRef font;
Instance* getGuiRoot();
float mousex;
float mousey;