aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/Physics
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-06-21 13:11:37 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-06-21 13:11:37 +0100
commit77c2f920442b7b73cd3f1f94c3362948c7fb2a5d (patch)
treeacb39ebf2b271500208c52ae7894178499152fff /include/YAGE/Physics
parent6b974b64e447610f8b5340817ffd4a3513d4f3d1 (diff)
downloadYAGE-77c2f920442b7b73cd3f1f94c3362948c7fb2a5d.tar.gz
YAGE-77c2f920442b7b73cd3f1f94c3362948c7fb2a5d.zip
Creating general includes for easier use
Diffstat (limited to 'include/YAGE/Physics')
-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