X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscene.h;h=bb7e1d376dae2fa29a241c8996ca0d0cef116499;hb=42503cac8eac1199cccec2d4fbed7fde41a2bb55;hp=75271985bebb6084db3c4822608bf75e04b1a1de;hpb=03fe5c560a616e7d38a8b1d5d11bfe4675fa8896;p=supertux.git diff --git a/src/scene.h b/src/scene.h index 75271985b..bb7e1d376 100644 --- a/src/scene.h +++ b/src/scene.h @@ -20,15 +20,14 @@ #ifndef SUPERTUX_SCENE_H #define SUPERTUX_SCENE_H -#include "screen/texture.h" -#include "timer.h" +#include "video/surface.h" +#include "special/timer.h" #define FRAME_RATE 10 // 100 Frames per second (10ms) // Player stats struct PlayerStatus { - int score; int distros; int lives; enum BonusType { NO_BONUS, GROWUP_BONUS, FLOWER_BONUS };