Freeciv-3.3
Loading...
Searching...
No Matches
Functions
api_specenum.c File Reference
#include "lua.h"
#include "log.h"
#include "api_specenum.h"

Go to the source code of this file.

Functions

void api_specenum_create_table (lua_State *L, const char *name, lua_CFunction findex)
 

Function Documentation

◆ api_specenum_create_table()

void api_specenum_create_table ( lua_State L,
const char name,
lua_CFunction  findex 
)

Create a module table and set the member lookup function.

Definition at line 29 of file api_specenum.c.