/* +-------------------+ | | Enno Rehling | Eressea PBEM host | Christian Schlittchen | (c) 1998 - 2008 | Katja Zedel | | Henning Peters +-------------------+ This program may not be used, modified or distributed without prior permission by the authors of Eressea. */ #ifdef __cplusplus extern "C" { #endif #define USERTYPE_DICT ((char *)"dict") struct lua_State; void tolua_dict_open(struct lua_State *L); typedef struct attrib **dict; #ifdef __cplusplus } #endif