compile fixes

This commit is contained in:
Enno Rehling 2007-05-30 01:23:21 +00:00
parent 7233af54b4
commit 9f86a467b7
2 changed files with 2 additions and 1 deletions

View File

@ -147,4 +147,4 @@ void
register_archetypes(void) register_archetypes(void)
{ {
xml_register_callback(parse_archetypes); xml_register_callback(parse_archetypes);
} }

View File

@ -64,6 +64,7 @@ typedef short item_t;
typedef unsigned int spellid_t; typedef unsigned int spellid_t;
#endif #endif
struct equipment;
struct plane; struct plane;
struct order; struct order;
struct spell; struct spell;