Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-04-19 18:29:26 +0000
committerStijn Buys <ingar@osirion.org>2009-04-19 18:29:26 +0000
commitda36f97e1d764e1125deba86a403eee66e937d0b (patch)
tree8e51fe43780b216920dfeffcb359977a52fe2adc /src/client/map.h
parent6ab4021827e91303ac6fe2276f5567810b7e0496 (diff)
added jumpdrive capability to shipmodel info message,
Makefile.am cleanups, improved map targetting, corrected hud target owner color leak bug
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;
};