X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcamera.cpp;h=52481fc6f1f7492bb135d5b8d77787b98f2a6fcc;hb=6c61f312a1f5a768e202195ca18ed5a51974bdcc;hp=6985fd7c94bb9197483fb9a603162b1a10214d12;hpb=2074a5e3f8167dec24989c008ddadda14687a3a6;p=supertux.git diff --git a/src/camera.cpp b/src/camera.cpp index 6985fd7c9..52481fc6f 100644 --- a/src/camera.cpp +++ b/src/camera.cpp @@ -16,18 +16,22 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#include "camera.h" #include #include -#include -#include "lispwriter.h" +#include + +#include "camera.h" +#include "utils/lispreader.h" +#include "utils/lispwriter.h" #include "player.h" #include "tilemap.h" #include "gameloop.h" -#include "globals.h" +#include "app/globals.h" #include "sector.h" +using namespace SuperTux; + Camera::Camera(Sector* newsector) : sector(newsector), do_backscrolling(true), scrollchange(NONE), auto_idx(0), auto_t(0)