Implemented mirror actions correctly. Bugfix: right direction of bad guys now working.
[supertux.git] / src / camera.h
index 5af777e..bad7fdf 100644 (file)
@@ -23,7 +23,7 @@
 #include <vector>
 #include <cassert>
 
-#include "app/defines.h"
+#include "defines.h"
 #include "math/vector.h"
 #include "special/game_object.h"
 #include "video/drawing_context.h"