YAGE  v0.1.1
Yet Another Game Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
window.h File Reference
#include <glad/glad.h>
#include <GLFW/glfw3.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 }