mirror of https://github.com/PrimeDecomp/prime.git
Fix compiler warning
This commit is contained in:
parent
4737d6c9d3
commit
357278d214
|
@ -3,6 +3,6 @@
|
||||||
|
|
||||||
class CGuiSys;
|
class CGuiSys;
|
||||||
|
|
||||||
bool InitializeApplicationUI(CGuiSys&);
|
void InitializeApplicationUI(CGuiSys&);
|
||||||
|
|
||||||
#endif // _CAUIMAIN
|
#endif // _CAUIMAIN
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#include "GuiSys/CAuiMain.hpp"
|
#include "GuiSys/CAuiMain.hpp"
|
||||||
|
|
||||||
bool InitializeApplicationUI(CGuiSys&) {
|
void InitializeApplicationUI(CGuiSys&) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue