summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h
index 271b0a5..a75629e 100755
--- a/include/game.h
+++ b/include/game.h
@@ -2043,6 +2043,7 @@ public:
void stuffRelatingToCollisions(float, float, float);
void checkLiquidImmersionAndKillIfTouchingLava(Vec *pos, float effectScale);
+ void checkLiquidImmersion(Vec2 *effectivePosition, float effectScale);
// States
USING_STATES(dEn_c);