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/targets.h')
-rw-r--r--src/client/targets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/targets.h b/src/client/targets.h
index f805305..0366415 100644
--- a/src/client/targets.h
+++ b/src/client/targets.h
@@ -22,6 +22,9 @@ void shutdown();
void reset();
+/// return true if the entity is a legal target
+bool is_legal_target(core::Entity *entity);
+
/// render targets and sounds
void draw();