CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
Loading...
Searching...
No Matches
Variables
th_map.cpp File Reference
#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
 

Variable Documentation

◆ default_height

constexpr int default_height = 128
constexpr

◆ default_width

constexpr int default_width = 128
constexpr

◆ max_player_count

constexpr int max_player_count = 4
constexpr