From dd51ec0f1fadd719f5ee298c1c40890f6db1815b Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 12 Oct 2017 13:59:45 +0000 Subject: Rebuilding documentation --- physics_8h_source.html | 79 ++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 60 insertions(+), 19 deletions(-) (limited to 'physics_8h_source.html') diff --git a/physics_8h_source.html b/physics_8h_source.html index 02f7e514..bad81179 100644 --- a/physics_8h_source.html +++ b/physics_8h_source.html @@ -3,22 +3,23 @@ - - + YAGE: yage/physics/physics.h Source File - - + @@ -27,7 +28,7 @@ -
+
YAGE  v0.1.1
@@ -38,19 +39,40 @@
- + - - - - + +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
@@ -85,7 +107,26 @@ $(document).ready(function(){initNavTree('physics_8h_source.html','');});
physics.h
-Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2  * physics.h
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_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
+Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
+
2  * physics.h
+
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_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
+ @@ -97,9 +138,9 @@ $(document).ready(function(){initNavTree('physics_8h_source.html','');}); -- cgit