From ce45c560586f991b427471ba206edf48881baab5 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Fri, 22 Sep 2017 00:09:02 +0000 Subject: Rebuilding documentation --- yage_8h.html | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 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..600d63e7 --- /dev/null +++ b/yage_8h.html @@ -0,0 +1,160 @@ + + + + + + +YAGE: yage/yage.h File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.1 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
+ + +
+ +
+ +
+ +
+
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/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.
 
+ + + + + + + + + +

+Functions

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