mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-01 00:55:34 +00:00
9 lines
114 B
C++
9 lines
114 B
C++
#ifndef _CAUIMAIN
|
|
#define _CAUIMAIN
|
|
|
|
class CGuiSys;
|
|
|
|
bool InitializeApplicationUI(CGuiSys&);
|
|
|
|
#endif // _CAUIMAIN
|