aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/Boat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/Boat.h')
-rw-r--r--Minecraft.World/Boat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.World/Boat.h b/Minecraft.World/Boat.h
index 7e79ef2d..5e28be2d 100644
--- a/Minecraft.World/Boat.h
+++ b/Minecraft.World/Boat.h
@@ -60,6 +60,7 @@ public:
virtual void lerpTo(double x, double y, double z, float yRot, float xRot, int steps);
virtual void lerpMotion(double xd, double yd, double zd);
virtual void tick();
+ void createSplash(double particleStrengh);
virtual void positionRider();
protected: