This commit is contained in:
Daveo 2001-04-19 15:36:49 +00:00
parent 2feb81322e
commit 1626aebb17
5 changed files with 21 additions and 2 deletions

View file

@ -53,6 +53,9 @@ virtual void GUIKill(CCore *Core);
virtual void GUIUpdate(CCore *Core);
virtual void GUIChanged(CCore *Core);
int GetWidth();
int GetHeight();
virtual void GUIThingDefClear(){};
virtual void GUIThingUpdate(bool OnlySel=false){};
virtual void GUIThingUpdateList(CComboBox &List,bool OnlySel=false);