/* vi: set ts=2: +-------------------+ | | Christian Schlittchen | Eressea PBEM host | Enno Rehling | (c) 1998 - 2004 | Katja Zedel | | +-------------------+ This program may not be used, modified or distributed without prior permission by the authors of Eressea. */ #ifndef KRNL_SCRIPT_H #define KRNL_SCRIPT_H extern int call_script(struct unit * u); extern void setscript(struct attrib ** ap, void * fptr); extern void reset_scripts(); #endif