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>2008-07-20 17:37:03 +0000
committerStijn Buys <ingar@osirion.org>2008-07-20 17:37:03 +0000
commit8ad20ed0462227463a5e3b94683d8c1c5a650494 (patch)
treeb328fa70ba7b45e3dccb7de54cb5b43c68624cde /src/client/targets.h
parented36610840d6b845a7ac9706502c447a5b773b31 (diff)
targetting
Diffstat (limited to 'src/client/targets.h')
-rw-r--r--src/client/targets.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/targets.h b/src/client/targets.h
index 7e7ce26..32ea7cd 100644
--- a/src/client/targets.h
+++ b/src/client/targets.h
@@ -7,6 +7,7 @@
#ifndef __INCLUDED_CLIENT_TARGETS_H__
#define __INCLUDED_CLIENT_TARGETS_H__
+#include "core/entity.h"
#include "render/render.h"
#include "render/gl.h"
#include "render/text.h"
@@ -29,9 +30,12 @@ void render_listener_sound();
/// render the sound for one entity
void render_entity_sound(core::Entity *Entity);
+/// current selected target, 0 if there is no current targer
+core::Entity *current();
+
}
}
-#endif
+#endif //__INCLUDED_CLIENT_TARGETS_H__