missing forward struct declaration

This commit is contained in:
Enno Rehling 2016-09-16 19:28:07 +02:00
parent 783c042d50
commit 9d60a0f967
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ extern "C" {
struct spellbook_entry;
struct region;
struct faction;
struct locale;
void register_nr(void);
void report_cleanup(void);
void write_spaces(struct stream *out, size_t num);