This commit is contained in:
parent
2feb81322e
commit
1626aebb17
5 changed files with 21 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue