Added basic textures for now

This commit is contained in:
andreja6
2018-06-10 21:02:38 -07:00
parent 0bd49da8f4
commit 018c4a1557
6 changed files with 54 additions and 5 deletions

View File

@@ -5,8 +5,10 @@ int const Globals::gen = 0;
int const Globals::major = 0;
int const Globals::minor = 4;
int const Globals::patch = 2;
int Globals::surfaceId = 2;
bool Globals::showMouse = true;
bool Globals::useMousePoint = false;
G3D::TextureRef Globals::surface;
POINT Globals::mousepoint;
Globals::Globals(void){}