Sort of got menus working (not great design though)

This commit is contained in:
Vulpovile
2021-03-06 01:20:30 -08:00
parent dd6cd509fa
commit 69be9dbb91
5 changed files with 18 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ POINT Globals::mousepoint;
GFontRef g_fntdominant = NULL;
GFontRef g_fntlighttrek = NULL;
HWND Globals::mainHwnd = NULL;
Globals::Globals(void){}