![]() |
Cytopia
0.3
A city building simulation game
|
#include "UIManager.hxx"
#include "Constants.hxx"
#include "ResourcesManager.hxx"
#include <MapFunctions.hxx>
#include "Map.hxx"
#include "basics/mapEdit.hxx"
#include "basics/Settings.hxx"
#include "basics/utils.hxx"
#include "LOG.hxx"
#include "Exception.hxx"
#include "GameStates.hxx"
#include "MapLayers.hxx"
#include "Filesystem.hxx"
#include "json.hxx"
#include "betterEnums.hxx"
#include <Camera.hxx>
#include <cmath>
#include <array>
#include "imgui.h"
#include "imgui_impl_sdl.h"
#include "imgui_impl_sdlrenderer.h"
Go to the source code of this file.
Functions | |
BETTER_ENUM (Action, int, RaiseTerrain, LowerTerrain, QuitGame, Demolish, ChangeTileType, ToggleVisibilityOfGroup, NewGame, SaveGame, LoadGame, SaveSettings, ChangeResolution) void UIManager | |
BETTER_ENUM | ( | Action | , |
int | , | ||
RaiseTerrain | , | ||
LowerTerrain | , | ||
QuitGame | , | ||
Demolish | , | ||
ChangeTileType | , | ||
ToggleVisibilityOfGroup | , | ||
NewGame | , | ||
SaveGame | , | ||
LoadGame | , | ||
SaveSettings | , | ||
ChangeResolution | |||
) |