diff options
Diffstat (limited to 'src/game/GameView.h')
| -rw-r--r-- | src/game/GameView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h index 9658184..9843743 100644 --- a/src/game/GameView.h +++ b/src/game/GameView.h @@ -101,6 +101,7 @@ public: virtual void OnKeyRelease(int key, Uint16 character, bool shift, bool ctrl, bool alt); //Top-level handers, for Lua interface + virtual void DoDraw(); virtual void DoMouseMove(int x, int y, int dx, int dy); virtual void DoMouseDown(int x, int y, unsigned button); virtual void DoMouseUp(int x, int y, unsigned button); |
