@ Forgot to expose RenderRectangleFilled to plugins. Added now.

This commit is contained in:
codeimp 2009-08-02 21:47:44 +00:00
parent 068ea01e84
commit 578259fe67

View file

@ -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);