aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/Physics/physics.hpp
blob: 8146672aff192632e0c3d989093a4979edaccecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ----------------------------------------------------------------------------
 * physics.hpp
 *
 * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- 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