declare struct before use

This commit is contained in:
Enno Rehling 2016-11-18 11:11:21 +01:00
parent a08563e846
commit 8b46e1323a
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ extern "C" {
struct trigger_type;
struct trigger;
struct unit;
struct race;
extern struct trigger_type tt_changerace;