Skip to content
Snippets Groups Projects
Commit 578259fe authored by codeimp's avatar codeimp
Browse files

@ Forgot to expose RenderRectangleFilled to plugins. Added now.

parent 068ea01e
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ namespace CodeImp.DoomBuilder.Rendering
void RenderThingSet(ICollection<Thing> things, float alpha);
void RenderRectangle(RectangleF rect, float bordersize, PixelColor c, bool transformrect);
void RenderRectangleFilled(RectangleF rect, PixelColor c, bool transformrect);
void RenderRectangleFilled(RectangleF rect, PixelColor c, bool transformrect, ImageData texture);
void RenderLine(Vector2D start, Vector2D end, float thickness, PixelColor c, bool transformcoords);
void RenderText(TextLabel text);
void RenderGeometry(FlatVertex[] vertices, ImageData texture, bool transformcoords);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment