X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgame_session.hpp;h=fdb8f4f965f0ac9f82174e9d1d2313aaad35a214;hb=9d05abe97c11bec660967594ca889f89338ab343;hp=4143286c358a05408c46c9fdf54adeda2a7270fb;hpb=b1f32292605db3100b5097e4cb09276a0ccf0c63;p=supertux.git diff --git a/src/game_session.hpp b/src/game_session.hpp index 4143286c3..fdb8f4f96 100644 --- a/src/game_session.hpp +++ b/src/game_session.hpp @@ -21,11 +21,9 @@ #include #include +#include #include "screen.hpp" -#include "timer.hpp" -#include "statistics.hpp" #include "math/vector.hpp" -#include "console.hpp" #include "video/surface.hpp" #include "object/endsequence.hpp" @@ -116,7 +114,8 @@ private: EndSequence* end_sequence; - bool game_pause; + bool game_pause; + float speed_before_pause; std::string levelfile;