Class cleanup

This commit is contained in:
andreja6
2018-10-22 18:59:05 -07:00
parent b097cb15e4
commit a70cc31d28
8 changed files with 12 additions and 48 deletions

View File

@@ -2,10 +2,6 @@
#include <G3DAll.h>
#include "Instance.h"
std::string name;
Instance* parent = NULL;
std::vector<Instance* > children;
static std::string className = "BaseInstance";
Instance::Instance(void)
{