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

@@ -21,6 +21,7 @@ public:
static int surfaceId;
static const std::string g_PlaceholderName;
static COLORREF g_acrCustClr[16]; //Will be dynamic later
static HWND mainHwnd;
};
extern std::vector<Instance*> postRenderStack;
@@ -36,4 +37,5 @@ extern COLORREF g_acrCustClr[16]; //Will be dynamic later
extern std::string cameraSound;
extern std::string clickSound;
extern std::string dingSound;
extern HWND mainHwnd;
const std::string g_PlaceholderName = "Dygysphere";