aboutsummaryrefslogtreecommitdiff
path: root/src/client/camera.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-07-24 00:18:39 +0200
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-03-07 18:18:19 +0100
commitb8d4c31772b04d794b02727e803dd01a4c45c1e1 (patch)
treea61aef5fbaecb83ee6115543360303aab0ef0824 /src/client/camera.h
parent925309eba69a95bcd2a49233125ce32e530fa663 (diff)
downloadminetest-b8d4c31772b04d794b02727e803dd01a4c45c1e1.tar.xz
Add setting to mirror hands
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);