/* vi: set ts=2: +-------------------+ Christian Schlittchen | | Enno Rehling | Eressea PBEM host | Katja Zedel | (c) 1998 - 2001 | Henning Peters | | Ingo Wilken +-------------------+ Stefan Reich This program may not be used, modified or distributed without prior permission by the authors of Eressea. */ struct region; struct unit; extern void santa_comes_to_town(struct region * r, struct unit * santa, void (*action)(struct unit*)); extern struct unit * make_santa(struct region * r);