Freeciv-3.1
|
#include "tolua.h"
#include <stdlib.h>
#include <string.h>
#include "luascript_types.h"
#include "api_client_base.h"
#include "script_client.h"
Go to the source code of this file.
Functions | |
int | tolua_bnd_takeownership (lua_State *L) |
TOLUA_API int | tolua_client_open (lua_State *tolua_S) |
LUALIB_API int | luaopen_client (lua_State *tolua_S) |
static void | tolua_reg_types (lua_State *tolua_S) |
static int | tolua_client_chat_base00 (lua_State *tolua_S) |
LUALIB_API int luaopen_client | ( | lua_State * | tolua_S | ) |
Definition at line 61 of file tolua_client_gen.c.
Referenced by tolua_client_open().
int tolua_bnd_takeownership | ( | lua_State * | L | ) |
|
static |
Definition at line 34 of file tolua_client_gen.c.
Referenced by luaopen_client().
TOLUA_API int tolua_client_open | ( | lua_State * | tolua_S | ) |
Definition at line 88 of file tolua_client_gen.c.
Referenced by script_client_init().
|
static |
Definition at line 29 of file tolua_client_gen.c.
Referenced by luaopen_client().