From 53faab4c1d692fed7c7ecfedea57fc457bf61e80 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 24 Feb 2009 19:13:27 +0000 Subject: Replaced 'The Osirion Project' with 'Project::OSiRioN' in messages, added g_collision cflag to facillitate future development, added ShowOnMap entity flag --- src/client/map.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client/map.h') diff --git a/src/client/map.h b/src/client/map.h index d75024a..2b1bacf 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 "core/entity.h" namespace client { @@ -32,6 +33,8 @@ protected: virtual void draw(); size_t map_hover; + + core::Entity *map_target; }; @@ -39,3 +42,4 @@ protected: #endif // __INCLUDED_CLIENT_MAP_H__ + -- cgit v1.2.3