From e8b49088a03f58ebfd47a3c564e8cb81c6839f7c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 13 Aug 2017 17:40:57 +0100 Subject: Updating docs --- physics_8hpp_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'physics_8hpp_source.html') diff --git a/physics_8hpp_source.html b/physics_8hpp_source.html index 1bb17110..51ddae2c 100644 --- a/physics_8hpp_source.html +++ b/physics_8hpp_source.html @@ -71,7 +71,7 @@ $(function() {
1 /* ----------------------------------------------------------------------------
2  * physics.hpp
3  *
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
5  * See file LICENSE for more details
6  * ----------------------------------------------------------------------------
7  */
8 
9 #ifndef YAGE_PHYSICS_HPP
10 #define YAGE_PHYSICS_HPP
11 
12 #include "body.hpp"
13 #include "collider.hpp"
14 #include "collisionbody.hpp"
15 #include "particlebody.hpp"
16 #include "rectanglecollider.hpp"
17 #include "rigidbody.hpp"
18 
19 #endif
-- cgit