mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-10 19:15:51 +00:00
Fix compiler warning
Former-commit-id: 357278d2140fbaa07aa78cfaa91beb806b58f8b1
This commit is contained in:
parent
4de93b4f68
commit
ce7e883029
@ -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…
x
Reference in New Issue
Block a user