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>2012-12-30 23:17:44 +0000
committerStijn Buys <ingar@osirion.org>2012-12-30 23:17:44 +0000
commit140ea71836bca67705a8643c11b5ce9efdabcc07 (patch)
tree84cb9873df7a0c1d6e275abdf7faaa0b4f3e9f98 /src/client/targets.h
parent5773da9e78a61daf5bd2a3ee0504683e56af72f5 (diff)
Added support for weapons mouse aiming.
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();
+
}
}