From 72b41042223bfe31d70df8a71a50e4ba5d4f674d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 01:02:37 +0000 Subject: [Travis] Rebuilding documentation --- yage_8h.html | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 175 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..19c0fe0d --- /dev/null +++ b/yage_8h.html @@ -0,0 +1,175 @@ + + + + + + +YAGE: yage/yage.h File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.3.0 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
+ + +
+ +
+ +
+ +
+
yage.h File Reference
+
+
+ +


+ +More...

+
#include "core/camera2d.h"
+#include "core/glslprogram.h"
+#include "core/imageloader.h"
+#include "core/inputmanager.h"
+#include "core/iomanager.h"
+#include "core/logger.h"
+#include "core/logmessage.h"
+#include "core/logsink.h"
+#include "core/picopng.h"
+#include "core/resourcemanager.h"
+#include "core/spritebatch.h"
+#include "core/spritesheet.h"
+#include "core/texture.h"
+#include "core/vertex.h"
+#include "core/window.h"
+#include "physics/body.h"
+#include "physics/particlebody.h"
+#include "physics/rectanglecollider.h"
+#include "physics/rigidbody.h"
+#include "math/matrix.h"
+#include "util/active.h"
+#include "util/syncqueue.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...
 
+

Detailed Description

+

Copyright (c) 2017 Yann Herklotz Grave ymher.nosp@m.klot.nosp@m.z@gma.nosp@m.il.c.nosp@m.om

+

MIT License, see LICENSE file for more details.

+
+
+ + + + -- cgit