X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fobject%2Fplayer.hpp;h=fec7007cbb7e11f8c6e7e58511badacbc7d85758;hb=f2d345c3ccec7743e39df2f59e546ad415257b81;hp=73027ecc6a69cc7a4e4176c7c921d1a4f7c42665;hpb=04071daa1ca0e2fa818dce9465b9126f07befc79;p=supertux.git diff --git a/src/object/player.hpp b/src/object/player.hpp index 73027ecc6..fec7007cb 100644 --- a/src/object/player.hpp +++ b/src/object/player.hpp @@ -251,6 +251,11 @@ public: */ bool adjust_height(float new_height); + /** + * Orders the current GameSession to start a sequence + */ + void trigger_sequence(std::string sequence_name); + private: void handle_input(); void handle_input_ghost(); /**< input handling while in ghost mode */