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
virtual void PartInstance::postRender(RenderDevice* rd);
virtual void render(RenderDevice*);
virtual void renderName(RenderDevice*);
//Surfaces
Enum::SurfaceType::Value top;
@@ -76,4 +77,4 @@ private:
bool dragging;
Box itemBox;
GLuint glList;
};
};