GUI separated from Application.cpp

This commit is contained in:
MusicalProgrammer
2019-11-04 23:57:31 -05:00
parent 1fe59aa9ff
commit aa11f5f120
26 changed files with 674 additions and 542 deletions

View File

@@ -17,8 +17,8 @@ bool running = false;
G3D::TextureRef Globals::surface;
POINT Globals::mousepoint;
GFontRef fntdominant = NULL;
GFontRef fntlighttrek = NULL;
GFontRef g_fntdominant = NULL;
GFontRef g_fntlighttrek = NULL;
Globals::Globals(void){}