Update PartInstance.h

This commit is contained in:
thecssdoom
2022-10-09 22:05:09 -03:00
committed by GitHub
parent 00e61d4f17
commit 20e772f932

View File

@@ -16,6 +16,7 @@ public:
//Rendering //Rendering
virtual void PartInstance::postRender(RenderDevice* rd); virtual void PartInstance::postRender(RenderDevice* rd);
virtual void render(RenderDevice*); virtual void render(RenderDevice*);
virtual void renderName(RenderDevice*);
//Surfaces //Surfaces
Enum::SurfaceType::Value top; Enum::SurfaceType::Value top;