From 0e5a826935cd1e5ef1e3061d029e2aafea038f47 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 26 Sep 2017 14:18:22 +0100 Subject: Adding --- yage_8h.html | 98 +++++++++++++++++++++++------------------------------------- 1 file changed, 38 insertions(+), 60 deletions(-) (limited to 'yage_8h.html') diff --git a/yage_8h.html b/yage_8h.html index e67f3d63..54140210 100644 --- a/yage_8h.html +++ b/yage_8h.html @@ -3,23 +3,22 @@ - + + YAGE: yage/yage.h File Reference + + - @@ -28,7 +27,7 @@ -
+
YAGE  v0.1.1
@@ -39,40 +38,19 @@
- + - - + + + +
+
@@ -110,29 +88,29 @@ $(document).ready(function(){initNavTree('yage_8h.html','');});
yage.h File Reference
-
#include "base/camera2d.h"
-#include "base/glslprogram.h"
-#include "base/imageloader.h"
-#include "base/inputmanager.h"
-#include "base/iomanager.h"
-#include "base/picopng.h"
-#include "base/resourcemanager.h"
-#include "base/spritebatch.h"
-#include "base/spritesheet.h"
-#include "base/texture.h"
-#include "base/vertex.h"
-#include "base/window.h"
-#include "physics/body.h"
-#include "physics/particlebody.h"
-#include "physics/rectanglecollider.h"
-#include "physics/rigidbody.h"
+
#include "base/camera2d.h"
+#include "base/glslprogram.h"
+#include "base/imageloader.h"
+#include "base/inputmanager.h"
+#include "base/iomanager.h"
+#include "base/picopng.h"
+#include "base/resourcemanager.h"
+#include "base/spritebatch.h"
+#include "base/spritesheet.h"
+#include "base/texture.h"
+#include "base/vertex.h"
+#include "base/window.h"
+#include "physics/body.h"
+#include "physics/particlebody.h"
+#include "physics/rectanglecollider.h"
+#include "physics/rigidbody.h"

Go to the source code of this file.

- - + +

Namespaces

 yage
 Project namespace.
 yage
 Project namespace.
 
- + - +

@@ -140,10 +118,10 @@ Functions

void yage::glfwErrorCallback (int, const char *description)
 
void yage::init ()
 Initializes yage. More...
 Initializes yage. More...
 
void yage::quit ()
 Quit and cleanup yage. More...
 Quit and cleanup yage. More...
 
@@ -152,9 +130,9 @@ Functions -- cgit