/* vi: set ts=2: +-------------------+ | | Enno Rehling | Eressea PBEM host | Christian Schlittchen | (c) 1998 - 2010 | Katja Zedel | | Henning Peters +-------------------+ This program may not be used, modified or distributed without prior permission by the authors of Eressea. */ #include #ifdef __cplusplus extern "C" { #endif struct attrib; void tolua_attrib_open(struct lua_State *L); struct attrib *tolua_get_lua_ext(struct attrib *alist); int tolua_attriblist_next(struct lua_State *L); #ifdef __cplusplus } #endif