X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fplayer_status.hpp;h=85ac0590ba2beb96086e23345fbc87b918af736d;hb=8ea989626785c9a386bf4aef1b44fd201b677a08;hp=e2317742435ba4aeffcbdbb0af2a1c93feace8af;hpb=c0caa810fcbd6f6a09c0078fdf2d30a4a6cb7bc9;p=supertux.git diff --git a/src/player_status.hpp b/src/player_status.hpp index e23177424..85ac0590b 100644 --- a/src/player_status.hpp +++ b/src/player_status.hpp @@ -20,14 +20,12 @@ #ifndef SUPERTUX_PLAYERSTATUS_H #define SUPERTUX_PLAYERSTATUS_H -#include #include -#include "lisp/lisp.hpp" -#include "timer.hpp" #include "serializable.hpp" -#include "sprite/sprite.hpp" -#include "console.hpp" -#include "video/surface.hpp" + +namespace lisp{ class Writer; } +namespace lisp{ class Lisp; } +class Surface; static const float BORDER_X = 10; static const float BORDER_Y = 10;