aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/Physics/physics.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/Physics/physics.hpp')
-rw-r--r--include/YAGE/Physics/physics.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/YAGE/Physics/physics.hpp b/include/YAGE/Physics/physics.hpp
new file mode 100644
index 00000000..efcbefe4
--- /dev/null
+++ b/include/YAGE/Physics/physics.hpp
@@ -0,0 +1,11 @@
+#ifndef YAGE_PHYSICS_HPP
+#define YAGE_PHYSICS_HPP
+
+#include "body.hpp"
+#include "collider.hpp"
+#include "collisionbody.hpp"
+#include "particlebody.hpp"
+#include "rectanglecollider.hpp"
+#include "rigidbody.hpp"
+
+#endif