I didn't push that yet?

This commit is contained in:
andreja6
2019-11-04 21:21:49 -08:00
parent 22ed6acc7f
commit bb01d01950
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ public:
TextButtonInstance* makeTextButton();
void drawButtons(RenderDevice* rd);
ImageButtonInstance* makeImageButton(G3D::TextureRef newImage, G3D::TextureRef overImage, G3D::TextureRef downImage, G3D::TextureRef disableImage);
void renderGUI(G3D::RenderDevice* rd);
void renderGUI(G3D::RenderDevice* rd, double fps);
void setDebugMessage(std::string msg, G3D::RealTime msgTime);
void update();
bool mouseInGUI(G3D::RenderDevice* renderDevice,int x,int y);