X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgame_session.hpp;h=ae2a80ae2afe4b75682321df07beff1d5f1e524c;hb=69f1f633dec2d8a8f1286cf072b6725c75eaeb6a;hp=4e76139bdbe69d643275887f46df590ac5be2a43;hpb=a983f6648d43492632c41e2b7519b70458b53cf4;p=supertux.git diff --git a/src/game_session.hpp b/src/game_session.hpp index 4e76139bd..ae2a80ae2 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" @@ -85,7 +83,7 @@ public: * resources for the current level/world */ std::string get_working_directory(); - void restart_level(bool fromBeginning = true); + void restart_level(); void toggle_pause();