mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-20 18:19:12 +00:00
Tons of refactors and bug fixes
This commit is contained in:
@@ -13,7 +13,7 @@ class CGuiGroup : public CGuiCompoundWidget
|
||||
bool xc0_b;
|
||||
public:
|
||||
CGuiGroup(const CGuiWidgetParms& parms, int defaultWorker, bool b);
|
||||
FourCC GetWidgetTypeID() const {return FOURCC('GRUP');}
|
||||
FourCC GetWidgetTypeID() const { return FOURCC('GRUP'); }
|
||||
|
||||
void SelectWorkerWidget(int workerId, bool setActive, bool setVisible);
|
||||
CGuiWidget* GetSelectedWidget();
|
||||
|
||||
Reference in New Issue
Block a user