|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
#include "config.h"#include <cstring>#include <list>#include <map>#include <stdexcept>#include <string>#include <string_view>#include <utility>#include <vector>#include "lua.hpp"#include "th_gfx.h"#include "th_lua.h"#include "th_lua_internal.h"#include "th_map.h"#include "th_pathfind.h"Functions | |
| void | lua_register_map (const lua_register_state *pState) |
| void lua_register_map | ( | const lua_register_state * | pState | ) |