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_8cpp.html | 155 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 yage_8cpp.html (limited to 'yage_8cpp.html') diff --git a/yage_8cpp.html b/yage_8cpp.html new file mode 100644 index 00000000..3f8fafd3 --- /dev/null +++ b/yage_8cpp.html @@ -0,0 +1,155 @@ + + + + + + +YAGE: yage/yage.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.3.0 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
+ + +
+ +
+ +
+ +
+
yage.cpp File Reference
+
+
+ +


+ +More...

+
#include "yage.h"
+#include <GLFW/glfw3.h>
+#include <iostream>
+#include <stdexcept>
+
+ + + + +

+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