Added instance rendering
Added rendering and creation
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user