mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-15 16:31:20 +00:00
9 lines
114 B
C++
9 lines
114 B
C++
#ifndef _CAUIMAIN
|
|
#define _CAUIMAIN
|
|
|
|
class CGuiSys;
|
|
|
|
void InitializeApplicationUI(CGuiSys&);
|
|
|
|
#endif // _CAUIMAIN
|