forked from github/server
missing forward struct declaration
This commit is contained in:
parent
783c042d50
commit
9d60a0f967
|
@ -23,6 +23,7 @@ extern "C" {
|
||||||
struct spellbook_entry;
|
struct spellbook_entry;
|
||||||
struct region;
|
struct region;
|
||||||
struct faction;
|
struct faction;
|
||||||
|
struct locale;
|
||||||
void register_nr(void);
|
void register_nr(void);
|
||||||
void report_cleanup(void);
|
void report_cleanup(void);
|
||||||
void write_spaces(struct stream *out, size_t num);
|
void write_spaces(struct stream *out, size_t num);
|
||||||
|
|
Loading…
Reference in New Issue