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

#pragma once

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