Match and link CAuiMain

Former-commit-id: 4c6a0fc63c
This commit is contained in:
2022-12-09 13:30:06 -08:00
parent b7a44f2040
commit 19d581261e
3 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#ifndef _CAUIMAIN
#define _CAUIMAIN
class CGuiSys;
bool InitializeApplicationUI(CGuiSys&);
#endif // _CAUIMAIN