Include missing JGE files from my last commit

This commit is contained in:
Xawotihs
2011-11-14 18:43:51 +00:00
parent f68c106e7e
commit ae3d97dbeb
2 changed files with 11 additions and 11 deletions

View File

@@ -73,7 +73,7 @@ public:
class JGuiController
{
protected:
static JGE* mEngine;
JGE* mEngine;
int mId;
bool mActive;
@@ -101,7 +101,7 @@ public:
vector<JGuiObject*> mObjects;
int mCount;
JGuiController(int id, JGuiListener* listener);
JGuiController(JGE* jge, int id, JGuiListener* listener);
~JGuiController();
virtual void Render();