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

Macro Definition Documentation

◆ FT_ERROR_END_LIST

#define FT_ERROR_END_LIST

◆ FT_ERROR_START_LIST

#define FT_ERROR_START_LIST

◆ FT_ERRORDEF

#define FT_ERRORDEF (   e,
  v,
  s 
)
Value:
case e: \
break;

Function Documentation

◆ lua_register_gfx()

void lua_register_gfx ( const lua_register_state pState)