/* 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. */ #ifndef WEAPONS_H #define WEAPONS_H extern void register_weapons(void); extern void init_weapons(void); extern struct item_type it_mallornspear; extern struct item_type it_mallornlance; extern struct item_type it_mallorncrossbow; extern struct item_type it_mallornbow; #endif