From 3a5a0e7b42d34baa238895f9e4d86cfd902ace7d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 00:51:44 +0000 Subject: [Travis] Rebuilding documentation --- collisionbody_8h_source.html | 149 ------------------------------------------- 1 file changed, 149 deletions(-) delete mode 100644 collisionbody_8h_source.html (limited to 'collisionbody_8h_source.html') diff --git a/collisionbody_8h_source.html b/collisionbody_8h_source.html deleted file mode 100644 index af5aa308..00000000 --- a/collisionbody_8h_source.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - -YAGE: yage/physics/collisionbody.h Source File - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.3 -
-
Yet Another Game Engine
-
-
- - - - - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
- - -
- -
- -
-
-
collisionbody.h
-
-
-Go to the documentation of this file.
1 
-
9 #ifndef YAGE_COLLISION_BODY_H
-
10 #define YAGE_COLLISION_BODY_H
-
11 
-
12 #include "body.h"
-
13 
-
14 namespace yage
-
15 {
-
16 
-
17 // a collision body will be a body that is static and not affected by gravity,
-
18 // with infinite mass
-
19 class CollisionBody : public Body
-
20 {
-
21 public:
-
22  CollisionBody();
-
23  virtual ~CollisionBody();
-
24 };
-
25 
-
26 } // yage
-
27 
-
28 #endif
- - -
Definition: body.h:17
-
virtual ~CollisionBody()
-
Definition: collisionbody.h:19
-
-
- - - - -- cgit