From a2ed5cc6d47a8c3479f9c0209fd7d9e9639e95d3 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Tue, 13 Feb 2018 20:10:16 +0000 Subject: [Travis] Rebuilding documentation --- space_8h_source.html | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) (limited to 'space_8h_source.html') diff --git a/space_8h_source.html b/space_8h_source.html index a10b0903..ea38812a 100644 --- a/space_8h_source.html +++ b/space_8h_source.html @@ -103,33 +103,29 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
16 namespace yage
17 {
18 
-
19 class System;
-
20 
-
28 class Space
-
29 {
-
30 public:
-
34  Space();
-
35 
-
42  unsigned createEntity();
-
43 
-
44 private:
-
50  std::vector<System *> systems_;
-
51 
-
56  EntityManager em_;
-
57 };
-
58 
-
59 } // namespace yage
-
60 
-
61 #endif
+
26 class Space
+
27 {
+
28 public:
+
32  Space();
+
33 
+
40  unsigned createEntity();
+
41 
+
42 private:
+
53  EntityManager em_;
+
54 };
+
55 
+
56 } // namespace yage
+
57 
+
58 #endif
yage::EntityManager
Manages entities in a space.
Definition: entitymanager.h:24
yage::Space::Space
Space()
Default instance for a space.
Definition: space.cpp:14
entitymanager.h
yage::Space::createEntity
unsigned createEntity()
Create an entity that will belong to this space, and return the handle to the user.
Definition: space.cpp:16
-
yage::Space
Space that keeps track of all the entities, componenets and runs the systems on the data to update th...
Definition: space.h:28
+
yage::Space
Space that keeps track of all the entities, componenets and runs the systems on the data to update th...
Definition: space.h:26
-- cgit