Removed surfaces from code

This commit is contained in:
FlareMicrosystems
2022-10-15 21:54:50 -07:00
parent c70d39fb25
commit 48b90b1a93
3 changed files with 1 additions and 7 deletions

View File

@@ -17,8 +17,6 @@ public:
static const int major;
static const int minor;
static const int patch;
static G3D::TextureRef surface;
static int surfaceId;
static const std::string g_appName;
static COLORREF g_acrCustClr[16]; //Will be dynamic later
static HWND mainHwnd;