mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
Refactor GuiSys (remove general logic handling)
This commit is contained in:
@@ -12,10 +12,8 @@ public:
|
||||
CGuiCompoundWidget(const CGuiWidgetParms& parms);
|
||||
FourCC GetWidgetTypeID() const {return FourCC(-1);}
|
||||
|
||||
void OnInvisible();
|
||||
void OnVisible();
|
||||
void OnDeActivate();
|
||||
void OnActivate(bool);
|
||||
void OnVisibleChange();
|
||||
void OnActiveChange();
|
||||
virtual CGuiWidget* GetWorkerWidget(int id);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user