From 9fb4ab106f17290faf65146d4b005885507c1900 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 19 May 2018 14:24:37 +0000 Subject: [Travis] Rebuilding documentation --- yage_8h_source.html | 66 ++++++++++++++++++----------------------------------- 1 file changed, 22 insertions(+), 44 deletions(-) (limited to 'yage_8h_source.html') diff --git a/yage_8h_source.html b/yage_8h_source.html index 9406ecff..9160fe2a 100644 --- a/yage_8h_source.html +++ b/yage_8h_source.html @@ -91,69 +91,47 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Go to the documentation of this file.
1 
-
9 #ifndef YAGE_YAGE_H
-
10 #define YAGE_YAGE_H
-
11 
+
9 #pragma once
+
10 
+
14 #include "core/core.h"
15 #include "core/camera.h"
16 #include "core/iomanager.h"
17 #include "core/logger.h"
18 #include "core/resourcemanager.h"
-
19 #include "core/spritesheet.h"
-
20 #include "core/window.h"
-
21 
-
25 #include "data/input.h"
-
26 #include "data/texture.h"
-
27 #include "data/vertex.h"
-
28 
-
32 #include "math/matrix.h"
-
33 
-
37 #include "physics/body.h"
-
38 #include "physics/particlebody.h"
- -
40 #include "physics/rigidbody.h"
-
41 
-
45 #include "render/drawable.h"
-
46 #include "render/shader.h"
-
47 #include "render/spritebatch.h"
-
48 
-
53 #include "entity/engine.h"
-
59 namespace yage
-
60 {
-
61 
-
65 extern void glfwErrorCallback(int, const char *);
-
66 
-
73 extern void init();
-
74 
-
80 extern void quit();
-
81 
-
82 } // namespace yage
-
83 
-
84 #endif
- -
void quit()
Quit and cleanup YAGE.
Definition: yage.cpp:32
+
19 #include "core/window.h"
+
20 
+
24 #include "data/input.h"
+
25 #include "data/texture.h"
+
26 #include "data/vertex.h"
+
27 
+
31 #include "math/matrix.h"
+
32 
+
36 // #include "physics/body.h"
+
37 // #include "physics/particlebody.h"
+
38 // #include "physics/rectanglecollider.h"
+
39 // #include "physics/rigidbody.h"
+
40 
+
44 #include "render/shader.h"
+
45 #include "render/spritebatch.h"
+
46 
+
51 #include "entity/engine.h"
- + -
void init()
Initializes YAGE.
Definition: yage.cpp:24
- - - -
void glfwErrorCallback(int, const char *description)
Definition: yage.cpp:19
-
-- cgit