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 e66ff97..ed681c3 100644
--- a/src/client/targets.h
+++ b/src/client/targets.h
@@ -48,6 +48,9 @@ void set_target(unsigned int id);
/// target a specific entity
void set_target(const core::Entity *entity);
+/// return current cursor aim location in world space
+const math::Vector3f &cursor_aim();
+
}
}