mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-03 12:35:52 +00:00
Fix formatting
Former-commit-id: ba032234d9de549f20f2c71996357868969c7173
This commit is contained in:
parent
8ac75a38d8
commit
6ac4185d31
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user