YAGE  v0.1.1
Yet Another Game Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
physics.h
Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2  * physics.h
3  *
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
5  * MIT License, see LICENSE file for more details.
6  * ----------------------------------------------------------------------------
7  */
8 
9 #ifndef YAGE_PHYSICS_H
10 #define YAGE_PHYSICS_H
11 
12 #include "body.h"
13 #include "collider.h"
14 #include "collisionbody.h"
15 #include "particlebody.h"
16 #include "rectanglecollider.h"
17 #include "rigidbody.h"
18 
19 #endif