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 35316ab57..0955bf6d7 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -293,6 +293,8 @@ class Graphics : public gcn::SDLGraphics
void setNoFrame(bool n)
{ mNoFrame = n; }
+ bool videoInfo();
+
int mWidth;
int mHeight;