aboutsummaryrefslogtreecommitdiffstats
path: root/yage/physics/physics.h
blob: 900f4b6a1a8219dc96e317185bfbe1ce02dd0d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ----------------------------------------------------------------------------
 * physics.h
 *
 * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
 * See file LICENSE 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