Mountain  1.0.0
Simple C++ 2D Game Framework
window.hpp File Reference

Defines the Mountain::Window class. More...

#include <Maths/vector2i.hpp>
#include "Mountain/core.hpp"
#include "Mountain/rendering/renderer.hpp"
#include "Mountain/resource/texture.hpp"
#include "Mountain/utils/event.hpp"
+ Include dependency graph for window.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Mountain::Window
 A wrapper for the main window. More...
 

Namespaces

 Mountain
 Contains all declarations of the Mountain Framework.
 

Enumerations

enum  WindowMode : uint8_t { Windowed, Borderless, Fullscreen }
 

Detailed Description

Defines the Mountain::Window class.

Definition in file window.hpp.