|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
#include "config.h"#include <SDL_stdinc.h>#include <ft2build.h>#include <algorithm>#include <climits>#include <cstring>#include <exception>#include <new>#include "lua.hpp"#include "persist_lua.h"#include "th_gfx.h"#include "th_gfx_font.h"#include "th_gfx_sdl.h"#include "th_lua.h"#include "th_lua_internal.h"Macros | |
| #define | FT_ERRORDEF(e, v, s) |
| #define | FT_ERROR_START_LIST |
| #define | FT_ERROR_END_LIST |
Functions | |
| void | lua_register_gfx (const lua_register_state *pState) |
| #define FT_ERROR_END_LIST |
| #define FT_ERROR_START_LIST |
| void lua_register_gfx | ( | const lua_register_state * | pState | ) |