Merge branch 'develop' into modnark

This commit is contained in:
Modnark
2022-10-11 22:39:59 -04:00
4 changed files with 16 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ public:
virtual ~Instance(void);
std::string name;
virtual void render(RenderDevice*);
virtual void renderName(RenderDevice*);
virtual void update();
std::vector<Instance*> children; // All children.
std::string getClassName();