Freeciv-3.1
|
#include "tolua.h"
#include <stdlib.h>
#include <string.h>
#include "luascript_types.h"
#include "api_fcdb_auth.h"
#include "api_fcdb_base.h"
#include "script_fcdb.h"
Go to the source code of this file.
Functions | |
int | tolua_bnd_takeownership (lua_State *L) |
TOLUA_API int | tolua_fcdb_open (lua_State *tolua_S) |
LUALIB_API int | luaopen_fcdb (lua_State *tolua_S) |
static void | tolua_reg_types (lua_State *tolua_S) |
static int | tolua_fcdb_auth_get_username00 (lua_State *tolua_S) |
static int | tolua_fcdb_auth_get_ipaddr00 (lua_State *tolua_S) |
static int | tolua_fcdb_fcdb_option00 (lua_State *tolua_S) |
LUALIB_API int luaopen_fcdb | ( | lua_State * | tolua_S | ) |
Definition at line 120 of file tolua_fcdb_gen.c.
Referenced by tolua_fcdb_open().
int tolua_bnd_takeownership | ( | lua_State * | L | ) |
|
static |
Definition at line 64 of file tolua_fcdb_gen.c.
Referenced by luaopen_fcdb().
|
static |
Definition at line 36 of file tolua_fcdb_gen.c.
Referenced by luaopen_fcdb().
|
static |
Definition at line 92 of file tolua_fcdb_gen.c.
Referenced by luaopen_fcdb().
TOLUA_API int tolua_fcdb_open | ( | lua_State * | tolua_S | ) |
Definition at line 166 of file tolua_fcdb_gen.c.
Referenced by script_fcdb_init().
|
static |
Definition at line 30 of file tolua_fcdb_gen.c.
Referenced by luaopen_fcdb().