/* vi: set ts=2: +-------------------+ | | Enno Rehling | Eressea PBEM host | Christian Schlittchen | (c) 1998 - 2007 | Katja Zedel | | Henning Peters +-------------------+ This program may not be used, modified or distributed without prior permission by the authors of Eressea. */ #ifndef H_KRNL_XMLREADER_H #define H_KRNL_XMLREADER_H #ifdef __cplusplus extern "C" { #endif extern void register_xmlreader(void); extern void enable_xml_gamecode(void); /* game-specific callbacks */ extern void (*set_spelldata_cb)(struct spell * sp); #ifdef __cplusplus } #endif #endif