Added instance rendering

Added rendering and creation
This commit is contained in:
andreja6
2018-04-11 08:56:54 -07:00
parent 7d38523166
commit 58ee5c9889
5 changed files with 44 additions and 12 deletions

View File

@@ -6,9 +6,6 @@ public:
Instance(void);
~Instance(void);
std::string name;
int getType();
Instance* parent; // Another pointer.
static const int BASE_INSTANCE;
static const int PHYSICAL_INSTANCE;
static int type;
std::string className;
};