From 4487f4d3e19e77e3dabf72deadbfacaad32a8bfd Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 26 Oct 2016 14:37:57 +0200 Subject: [PATCH] missing declaration --- src/guard.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/guard.h b/src/guard.h index e65f2c7d4..39533dee3 100644 --- a/src/guard.h +++ b/src/guard.h @@ -7,7 +7,8 @@ extern "C" { #endif struct unit; - + struct region; + typedef enum { E_GUARD_OK, E_GUARD_UNARMED, E_GUARD_NEWBIE, E_GUARD_FLEEING } guard_t; extern struct attrib_type at_guard;