summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-08-02 02:09:01 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-08-02 02:09:01 +0200
commitce3b24e780d39e323454c6ef24982a1f9c7b605c (patch)
treedb61e54fc0713fbf7e98a13ea839e9d9f12294a5 /src/game.h
parent422c71c761745bdda86962933d0d39175129e46c (diff)
downloadmana-client-ce3b24e780d39e323454c6ef24982a1f9c7b605c.tar.gz
mana-client-ce3b24e780d39e323454c6ef24982a1f9c7b605c.tar.bz2
mana-client-ce3b24e780d39e323454c6ef24982a1f9c7b605c.tar.xz
mana-client-ce3b24e780d39e323454c6ef24982a1f9c7b605c.zip
Split off minimap window from mini status window and repositioned them
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index bc542443..f93d32aa 100644
--- a/src/game.h
+++ b/src/game.h
@@ -25,6 +25,7 @@
#include <string>
class Map;
+class MinimapWindow;
class MiniStatusWindow;
class WindowMenu;
@@ -86,6 +87,7 @@ class Game
bool mDisconnected;
WindowMenu *mWindowMenu;
+ MinimapWindow *mMinimapWindow;
MiniStatusWindow *mMiniStatusWindow;
Map *mCurrentMap;