Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/physics.cc')
-rw-r--r--src/core/physics.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/core/physics.cc b/src/core/physics.cc
index 69c21f2..33e80fe 100644
--- a/src/core/physics.cc
+++ b/src/core/physics.cc
@@ -4,13 +4,15 @@
the terms and conditions of the GNU General Public License version 2
*/
-#include "model/collisionmesh.h"
-#include "core/physics.h"
-#include "core/zone.h"
+#include <cassert>
#include "btBulletDynamicsCommon.h"
#include "BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h"
+#include "model/collisionmesh.h"
+#include "core/physics.h"
+#include "core/zone.h"
+
namespace core {
/* ---- Bullet collision callbacks --------------------------------- */