mirror of https://github.com/PrimeDecomp/prime.git
9 lines
114 B
C++
9 lines
114 B
C++
|
#ifndef _CAUIMAIN
|
||
|
#define _CAUIMAIN
|
||
|
|
||
|
class CGuiSys;
|
||
|
|
||
|
bool InitializeApplicationUI(CGuiSys&);
|
||
|
|
||
|
#endif // _CAUIMAIN
|