forked from github/server
triggered a missing forward declaration.
This commit is contained in:
parent
d15684a546
commit
4abc603d9d
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ extern "C" {
|
||||||
struct faction;
|
struct faction;
|
||||||
struct order;
|
struct order;
|
||||||
struct message;
|
struct message;
|
||||||
|
struct item_type;
|
||||||
|
|
||||||
typedef struct econ_request {
|
typedef struct econ_request {
|
||||||
struct econ_request *next;
|
struct econ_request *next;
|
||||||
|
|
Loading…
Reference in a new issue