aboutsummaryrefslogtreecommitdiffstats
path: root/yage/physics/physics.h
blob: 64dcd95f19a835792772851883302e042b7f6504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** ---------------------------------------------------------------------------
 * @file: physics.h
 *
 * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
 * MIT License, see LICENSE file for more details.
 * ----------------------------------------------------------------------------
 */

#ifndef YAGE_PHYSICS_H
#define YAGE_PHYSICS_H

#include "body.h"
#include "collider.h"
#include "collisionbody.h"
#include "particlebody.h"
#include "rectanglecollider.h"
#include "rigidbody.h"

#endif