From 8ad8165816929301a87e90bbb32c3df6b69030ee Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Sep 2017 12:28:11 +0100 Subject: Updating docs --- yage_8h.html | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 yage_8h.html (limited to 'yage_8h.html') diff --git a/yage_8h.html b/yage_8h.html new file mode 100644 index 00000000..39fce389 --- /dev/null +++ b/yage_8h.html @@ -0,0 +1,134 @@ + + + + + + + +YAGE: include/YAGE/yage.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.1 +
+
Yet Another Game Engine
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
yage.h File Reference
+
+
+
#include "camera2d.h"
+#include "glslprogram.h"
+#include "imageloader.h"
+#include "inputmanager.h"
+#include "iomanager.h"
+#include "picopng.h"
+#include "resourcemanager.h"
+#include "spritebatch.h"
+#include "texture.h"
+#include "vertex.h"
+#include "window.h"
+#include <SDL2/SDL.h>
+#include <stdexcept>
+
+

Go to the source code of this file.

+ + + + + +

+Namespaces

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

+Functions

bool yage::init ()
 Initializes YAGE. More...
 
void yage::quit ()
 Quit and cleanup YAGE. More...
 
+
+
+ + + + -- cgit