add rendername

This commit is contained in:
thecssdoom
2022-10-09 22:01:36 -03:00
committed by GitHub
parent e8dbf50df9
commit fe55127129

View File

@@ -13,6 +13,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();