|
Cytopia
0.3
A city building simulation game
|
#include <string>#include <iostream>#include <vector>#include <memory>#include <SDL.h>#include "../util/Singleton.hxx"
Include dependency graph for WindowManager.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | WindowManager |
Enumerations | |
| enum | FULLSCREEN_MODE { FULLSCREEN_MODE::WINDOWED = 0, FULLSCREEN_MODE::BORDERLESS = 1, FULLSCREEN_MODE::FULLSCREEN = 2 } |
|
strong |
| Enumerator | |
|---|---|
| WINDOWED | |
| BORDERLESS | |
| FULLSCREEN | |
Definition at line 12 of file WindowManager.hxx.