From 8ad8165816929301a87e90bbb32c3df6b69030ee Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Sep 2017 12:28:11 +0100 Subject: Updating docs --- window_8h.html | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 window_8h.html (limited to 'window_8h.html') diff --git a/window_8h.html b/window_8h.html new file mode 100644 index 00000000..b5c33db6 --- /dev/null +++ b/window_8h.html @@ -0,0 +1,129 @@ + + + + + + + +YAGE: include/YAGE/window.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.1 +
+
Yet Another Game Engine
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
window.h 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