Sometime ago I asked what keys ppl would prefer, made the changes now to reflect...
[supertux.git] / src / camera.cpp
index df856b8..a4c5aba 100644 (file)
@@ -29,6 +29,8 @@
 #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)