missing declaration

This commit is contained in:
Enno Rehling 2016-10-26 14:37:57 +02:00
parent 29c5bd6f55
commit 4487f4d3e1
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ extern "C" {
#endif
struct unit;
struct region;
typedef enum { E_GUARD_OK, E_GUARD_UNARMED, E_GUARD_NEWBIE, E_GUARD_FLEEING } guard_t;