mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 13:47:42 +00:00
@@ -33,8 +33,7 @@ public:
|
|||||||
gGuiSystem = ptr;
|
gGuiSystem = ptr;
|
||||||
spGuiSys = ptr;
|
spGuiSys = ptr;
|
||||||
}
|
}
|
||||||
static CGuiWidget* CreateWidgetInGame(uint type, CInputStream& in,
|
static CGuiWidget* CreateWidgetInGame(uint type, CInputStream& in, CGuiFrame* parent);
|
||||||
CGuiFrame* parent);
|
|
||||||
|
|
||||||
void AddFactories(EUsageMode mode);
|
void AddFactories(EUsageMode mode);
|
||||||
|
|
||||||
@@ -47,7 +46,6 @@ private:
|
|||||||
static CGuiSys* spGuiSys;
|
static CGuiSys* spGuiSys;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
CHECK_SIZEOF(CGuiSys, 0x14);
|
CHECK_SIZEOF(CGuiSys, 0x14);
|
||||||
|
|
||||||
#endif // _CGUISYS
|
#endif // _CGUISYS
|
||||||
|
|||||||
Reference in New Issue
Block a user