Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/map.h')
-rw-r--r--src/client/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/map.h b/src/client/map.h
index b7b60cc..2ddab57 100644
--- a/src/client/map.h
+++ b/src/client/map.h
@@ -26,6 +26,9 @@ public:
/// hide the map window
virtual void hide();
+ /// show the map window
+ virtual void show();
+
/// called when the widget receives a key press
virtual bool on_keypress(const int key, const unsigned int modifier);
@@ -33,6 +36,7 @@ protected:
virtual void draw();
unsigned int map_hover;
+ core::Entity *map_target;
};