|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
#include "th_map.h"#include "config.h"#include <algorithm>#include <cstdio>#include <cstring>#include <fstream>#include <new>#include <stdexcept>#include <string>#include "lua.hpp"#include "persist_lua.h"#include "run_length_encoder.h"#include "th.h"#include "th_gfx.h"#include "th_gfx_sdl.h"#include "th_lua.h"#include "th_map_overlays.h"Variables | |
| constexpr int | max_player_count = 4 |
| constexpr int | default_width = 128 |
| constexpr int | default_height = 128 |