diff options
Diffstat (limited to 'game/player/PlayerEndScript.h')
-rw-r--r-- | game/player/PlayerEndScript.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/game/player/PlayerEndScript.h b/game/player/PlayerEndScript.h index 240ab7c..03ea8a9 100644 --- a/game/player/PlayerEndScript.h +++ b/game/player/PlayerEndScript.h @@ -5,7 +5,9 @@ class PlayerEndScript : public crepe::Script { public: void init(); - void fixed_update(crepe::duration_t dt); + +private: + bool on_collision(const crepe::CollisionEvent & ev); private: int jump = 0; |