From 4a7da1742e6e832164bdf6877263af89113976f4 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 2 Jun 2018 15:21:22 +0000 Subject: [Travis] Rebuilding documentation --- space_8h_source.html | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'space_8h_source.html') diff --git a/space_8h_source.html b/space_8h_source.html index a754e476..6b59cf90 100644 --- a/space_8h_source.html +++ b/space_8h_source.html @@ -91,16 +91,15 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Go to the documentation of this file.
1 
-
9 #pragma once
-
10 
-
11 #include <vector>
+
10 #pragma once
+
11 
12 #include <memory>
-
13 
-
14 #include "entity.h"
-
15 #include "system.h"
-
16 
-
17 struct Movement {
-
18 
+
13 #include <vector>
+
14 
+
15 #include "entity.h"
+
16 #include "system.h"
+
17 
+
18 struct Movement {
19 };
20 
21 namespace yage
@@ -126,19 +125,19 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
74 };
75 
76 } // namespace yage
- -
Manages entities in a space.
Definition: entity.h:24
-
Space()
Default instance for a space.
Definition: space.cpp:14
-
unsigned int Entity
Definition: entity.h:18
- -
void update()
Update all the systems.
Definition: space.cpp:21
-
Entity createEntity()
Create an entity that will belong to this space, and return the handle to the user.
Definition: space.cpp:16
+
-*- c++ -*-
+
Manages entities in a space.
Definition: entity.h:25
+
Space()
Default instance for a space.
Definition: space.cpp:15
+
unsigned int Entity
Definition: entity.h:19
+
-*- c++ -*-
+
void update()
Update all the systems.
Definition: space.cpp:22
+
Entity createEntity()
Create an entity that will belong to this space, and return the handle to the user.
Definition: space.cpp:17
Space that keeps track of all the entities, componenets and runs the systems on the data to update th...
Definition: space.h:34
-
Definition: space.h:17
+
Definition: space.h:18
-- cgit