summaryrefslogtreecommitdiff
path: root/src/game/Brush.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Brush.h')
-rw-r--r--src/game/Brush.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/Brush.h b/src/game/Brush.h
index 0adcd95..1b7cf69 100644
--- a/src/game/Brush.h
+++ b/src/game/Brush.h
@@ -106,6 +106,10 @@ public:
return;
g->xor_bitmap(outline, position.X-radius.X, position.Y-radius.Y, size.X, size.Y);
}
+ virtual void RenderFill(Graphics * g, ui::Point position)
+ {
+ //Do nothing for now - possibly draw some sort of flood fill mask
+ }
virtual void GenerateBitmap()
{
if(bitmap)