Mountain
1.0.0
Simple C++ 2D Game Framework
|
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"
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 } |
Defines the Mountain::Window class.
Definition in file window.hpp.