aboutsummaryrefslogtreecommitdiff
path: root/src/client/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/camera.h')
-rw-r--r--src/client/camera.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/camera.h b/src/client/camera.h
index ae27a5e42..2fceea6fd 100644
--- a/src/client/camera.h
+++ b/src/client/camera.h
@@ -77,6 +77,7 @@ class WieldNode
{
public:
WieldNode(HandIndex index, Client *client, scene::ISceneManager *mgr);
+ int getDirection();
void step(f32 dtime);
void addArmInertia(f32 player_yaw, v3f camera_direction);
void update(video::SColor player_light_color, f32 view_bobbing_anim, f32 tool_reload_ratio);