mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-15 23:45:51 +00:00
Match and link CAuiMain
Former-commit-id: 4c6a0fc63c4d9d8284b164c688f8fc776f6b5729
This commit is contained in:
parent
b7a44f2040
commit
19d581261e
@ -420,7 +420,7 @@ LIBS = [
|
|||||||
"cflags": "$cflags_retro",
|
"cflags": "$cflags_retro",
|
||||||
"host": True,
|
"host": True,
|
||||||
"objects": [
|
"objects": [
|
||||||
"GuiSys/CAuiMain",
|
["GuiSys/CAuiMain", True],
|
||||||
"GuiSys/CAuiMeter",
|
"GuiSys/CAuiMeter",
|
||||||
"GuiSys/CGuiGroup",
|
"GuiSys/CGuiGroup",
|
||||||
"GuiSys/CGuiHeadWidget",
|
"GuiSys/CGuiHeadWidget",
|
||||||
|
8
include/GuiSys/CAuiMain.hpp
Normal file
8
include/GuiSys/CAuiMain.hpp
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#ifndef _CAUIMAIN
|
||||||
|
#define _CAUIMAIN
|
||||||
|
|
||||||
|
class CGuiSys;
|
||||||
|
|
||||||
|
bool InitializeApplicationUI(CGuiSys&);
|
||||||
|
|
||||||
|
#endif // _CAUIMAIN
|
5
src/GuiSys/CAuiMain.cpp
Normal file
5
src/GuiSys/CAuiMain.cpp
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#include "GuiSys/CAuiMain.hpp"
|
||||||
|
|
||||||
|
bool InitializeApplicationUI(CGuiSys&) {
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user