Freeciv-3.3
|
#include <string.h>
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
#include "support.h"
#include "api_specenum.h"
#include "connection.h"
#include "events.h"
#include "api_fcdb_specenum.h"
Go to the source code of this file.
Functions | |
int | api_fcdb_specenum_open (lua_State *L) |
Define the __index function for each exported specenum type. Load the specenum modules into Lua state L.
Definition at line 46 of file api_fcdb_specenum.c.
Referenced by script_fcdb_init().