summaryrefslogtreecommitdiff
path: root/src/game/GameView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameView.h')
-rw-r--r--src/game/GameView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h
index 7c77dc0..f36aef3 100644
--- a/src/game/GameView.h
+++ b/src/game/GameView.h
@@ -62,7 +62,7 @@ private:
std::string infoTip;
int toolTipPresence;
-queue<ui::Point> pointQueue;
+ queue<ui::Point> pointQueue;
GameController * c;
Renderer * ren;
Brush * activeBrush;
@@ -168,7 +168,7 @@ public:
virtual void OnDraw();
virtual void OnBlur();
- //Top-level handers, for Lua interface
+ //Top-level handlers, 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);