From 926a268b9a8d80f5d22b51a741d2ffbd8e898496 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Sep 2017 12:35:17 +0100 Subject: Updating docs --- window_8hpp.html | 129 ------------------------------------------------------- 1 file changed, 129 deletions(-) delete mode 100644 window_8hpp.html (limited to 'window_8hpp.html') diff --git a/window_8hpp.html b/window_8hpp.html deleted file mode 100644 index f3ad57d1..00000000 --- a/window_8hpp.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - -YAGE: include/YAGE/window.hpp File Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.1 -
-
Yet Another Game Engine
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
window.hpp File Reference
-
-
-
#include <SDL2/SDL.h>
-#include <string>
-
-

Go to the source code of this file.

- - - - -

-Classes

class  yage::Window
 
- - - - -

-Namespaces

 yage
 Project namespace.
 
- - - -

-Enumerations

enum  yage::WindowFlags : unsigned { yage::SHOWN = 0x1, -yage::HIDDEN = 0x2, -yage::FULLSCREEN = 0x4, -yage::BORDERLESS = 0x8 - }
 
-
-
- - - - -- cgit