Menu now works

This commit is contained in:
andreja6
2020-03-10 13:26:01 -07:00
parent 30529c5387
commit 72c6d19d7f
9 changed files with 79 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ class GuiRoot : public Instance
{
public:
GuiRoot();
GuiRoot::~GuiRoot();
TextButtonInstance* makeTextButton();
void drawButtons(RenderDevice* rd);
ImageButtonInstance* makeImageButton(G3D::TextureRef newImage, G3D::TextureRef overImage, G3D::TextureRef downImage, G3D::TextureRef disableImage);