![]() |
Cytopia
0.3
A city building simulation game
|
#include <string>
#include <iostream>
#include <vector>
#include <memory>
#include <SDL.h>
#include "../util/Singleton.hxx"
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.