aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/Physics/physics.hpp
blob: efcbefe452a62c15bbe9744e334a6877a4684a2e (plain)
1
2
3
4
5
6
7
8
9
10
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