diff options
Diffstat (limited to 'src/map/mercenary.h')
-rw-r--r-- | src/map/mercenary.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/mercenary.h b/src/map/mercenary.h index 873d77659..29a2c6ba0 100644 --- a/src/map/mercenary.h +++ b/src/map/mercenary.h @@ -8,6 +8,8 @@ #include "map/unit.h" // struct unit_data #include "common/cbasetypes.h" +struct map_session_data; + // number of cells that a mercenary can walk to from it's master before being warped #define MAX_MER_DISTANCE 15 |