From 3a5a0e7b42d34baa238895f9e4d86cfd902ace7d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 00:51:44 +0000 Subject: [Travis] Rebuilding documentation --- yage_8h.html | 175 ----------------------------------------------------------- 1 file changed, 175 deletions(-) delete mode 100644 yage_8h.html (limited to 'yage_8h.html') diff --git a/yage_8h.html b/yage_8h.html deleted file mode 100644 index e29be5c0..00000000 --- a/yage_8h.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - -YAGE: yage/yage.h File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.3 -
-
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