From ada263d9924c9014b445d0b855f52f1ef75d39dd Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 26 Apr 2009 15:52:37 +0000 Subject: added worldview icons, updated map --- src/client/map.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client/map.h') diff --git a/src/client/map.h b/src/client/map.h index 2ddab57..a3d8709 100644 --- a/src/client/map.h +++ b/src/client/map.h @@ -8,6 +8,7 @@ #define __INCLUDED_CLIENT_MAP_H__ #include "ui/window.h" +#include "ui/label.h" #include "core/entity.h" namespace client { @@ -36,7 +37,9 @@ protected: virtual void draw(); unsigned int map_hover; + core::Entity *map_target; + ui::Label *map_targetlabel; }; -- cgit v1.2.3