/* ---------------------------------------------------------------------------- * physics.hpp * * Copyright (c) 2017 Yann Herklotz Grave -- MIT License * See file LICENSE for more details * ---------------------------------------------------------------------------- */ #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