PropertyGrid Selection Explorer Implemented

This commit is contained in:
MusicalProgrammer
2018-10-23 21:43:29 -04:00
parent ccf3ade099
commit b608a3ab9e
5 changed files with 25 additions and 9 deletions

View File

@@ -10,8 +10,7 @@ bool Globals::showMouse = true;
bool Globals::useMousePoint = false;
const std::string Globals::PlaceholderName = "Dynamica";
std::vector<Instance*> selectedInstances = std::vector<Instance*>();
G3D::TextureRef Globals::surface;
POINT Globals::mousepoint;
Globals::Globals(void){}