X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameloop.cpp;h=a5933de17221c435c5b32677658e18e39192bb25;hb=6f801c22d97251799740317fb1d0caf2e744b321;hp=2947f848ca284bcf6e002fe95279f6a1dc1ed453;hpb=6e843b1780f62f45b7021bd8c38181aa211588ee;p=supertux.git diff --git a/src/gameloop.cpp b/src/gameloop.cpp index 2947f848c..a5933de17 100644 --- a/src/gameloop.cpp +++ b/src/gameloop.cpp @@ -47,19 +47,19 @@ #include "high_scores.h" #include "gui/menu.h" #include "sector.h" -#include "player.h" #include "level.h" #include "scene.h" #include "tile.h" -#include "particlesystem.h" +#include "object/particlesystem.h" +#include "object/background.h" +#include "object/tilemap.h" +#include "object/camera.h" +#include "object/player.h" #include "resources.h" -#include "background.h" -#include "tilemap.h" #include "app/gettext.h" #include "worldmap.h" #include "intro.h" #include "misc.h" -#include "camera.h" #include "statistics.h" #include "timer.h" #include "object/fireworks.h"