summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphics.h b/src/graphics.h
index 84a4a8418..0c62191e5 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -327,6 +327,8 @@ class Graphics : public gcn::SDLGraphics
virtual void initArrays()
{ }
+ void setColor(const gcn::Color &color);
+
#ifdef DEBUG_DRAW_CALLS
virtual unsigned int getDrawCalls() const
{ return 0; }