forked from github/server
compile fixes
This commit is contained in:
parent
7233af54b4
commit
9f86a467b7
|
@ -147,4 +147,4 @@ void
|
||||||
register_archetypes(void)
|
register_archetypes(void)
|
||||||
{
|
{
|
||||||
xml_register_callback(parse_archetypes);
|
xml_register_callback(parse_archetypes);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue