Physixxxxx

This commit is contained in:
andreja6
2018-10-25 12:58:56 -07:00
parent 0566dd0217
commit 5dd6ae7d9c
3 changed files with 20 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ bool Globals::useMousePoint = false;
const std::string Globals::PlaceholderName = "Dynamica";
std::vector<Instance*> g_selectedInstances = std::vector<Instance*>();
bool running = false;
G3D::TextureRef Globals::surface;
POINT Globals::mousepoint;
Globals::Globals(void){}