aboutsummaryrefslogtreecommitdiff
path: root/src/client/game.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-07-20 16:43:11 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-07-20 16:43:11 +0200
commit064c25caa14f2e7564992c21f27de753985062e1 (patch)
tree7274eb58aefe32523da264c2c7f568dde944226b /src/client/game.h
parent5a8610c2f41e44c827912246b4f9437051d11621 (diff)
downloaddragonfireclient-064c25caa14f2e7564992c21f27de753985062e1.tar.xz
Added EntitySpeed
Diffstat (limited to 'src/client/game.h')
-rw-r--r--src/client/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/game.h b/src/client/game.h
index 042375f4d..af34fb056 100644
--- a/src/client/game.h
+++ b/src/client/game.h
@@ -771,6 +771,7 @@ public:
PointedThing updatePointedThing(
const core::line3d<f32> &shootline, bool liquids_pointable,
bool look_for_object, const v3s16 &camera_offset);
+ void handleKillaura(v3f origin, f32 max_d);
void handlePointingAtNothing(const ItemStack &playerItem);
void handlePointingAtNode(const PointedThing &pointed,
const ItemStack &selected_item, const ItemStack &hand_item, f32 dtime);