Had to change the #includes of dependend headers from "dir/header.h" to "../dir...
[supertux.git] / lib / math / physic.cpp
index 017449c..0873cde 100644 (file)
 
 #include <cstdio>
 
-#include "math/physic.h"
-#include "special/timer.h"
+#include "../math/physic.h"
+#include "../special/timer.h"
+
+using namespace SuperTux;
 
 Physic::Physic()
     : ax(0), ay(0), vx(0), vy(0), gravity_enabled(true)