mirror of https://github.com/PrimeDecomp/prime.git
Fix formatting
This commit is contained in:
parent
b3dbdac91a
commit
ba032234d9
|
@ -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…
Reference in New Issue