summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphics.h b/src/graphics.h
index 0955bf6d7..3ae2a7718 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -254,6 +254,9 @@ class Graphics : public gcn::SDLGraphics
virtual void prepareScreenshot()
{ }
+ virtual int getMemoryUsage()
+ { return 0; }
+
virtual bool drawNet(int x1, int y1, int x2, int y2,
int width, int height);