|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
#include "config.h"#include <cstring>#include <vector>#include "lua.hpp"#include "persist_lua.h"#include "th_lua.h"#include "th_lua_internal.h"Classes | |
| class | string_proxy |
Functions | |
| const char * | luaT_checkstring (lua_State *L, int idx, size_t *pLength) |
| Check that a Lua argument is a string or a proxied string. | |
| void | lua_register_strings (const lua_register_state *pState) |
| void lua_register_strings | ( | const lua_register_state * | pState | ) |