summaryrefslogtreecommitdiff
path: root/src/video/sdl_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/sdl_v.h')
-rw-r--r--src/video/sdl_v.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/sdl_v.h b/src/video/sdl_v.h
index 6c69d68d8..66f8bf856 100644
--- a/src/video/sdl_v.h
+++ b/src/video/sdl_v.h
@@ -37,6 +37,7 @@ public:
private:
int PollEvent();
bool CreateMainSurface(uint w, uint h);
+ void SetupKeyboard();
};
/** Factory for the SDL video driver. */