mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-03 07:55:53 +00:00
Fix formatting
Former-commit-id: ba032234d9de549f20f2c71996357868969c7173
This commit is contained in:
parent
8ac75a38d8
commit
6ac4185d31
@ -33,8 +33,7 @@ public:
|
||||
gGuiSystem = ptr;
|
||||
spGuiSys = ptr;
|
||||
}
|
||||
static CGuiWidget* CreateWidgetInGame(uint type, CInputStream& in,
|
||||
CGuiFrame* parent);
|
||||
static CGuiWidget* CreateWidgetInGame(uint type, CInputStream& in, CGuiFrame* parent);
|
||||
|
||||
void AddFactories(EUsageMode mode);
|
||||
|
||||
@ -47,7 +46,6 @@ private:
|
||||
static CGuiSys* spGuiSys;
|
||||
};
|
||||
|
||||
|
||||
CHECK_SIZEOF(CGuiSys, 0x14);
|
||||
|
||||
#endif // _CGUISYS
|
||||
|
Loading…
x
Reference in New Issue
Block a user