From a0dcf770bc2d98d4fed7562e5bd03017fbff0cde Mon Sep 17 00:00:00 2001 From: garak Date: Tue, 26 Feb 2019 20:49:26 -0500 Subject: name map connections --- include/constants/maps.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/constants') diff --git a/include/constants/maps.h b/include/constants/maps.h index 3b1c1420d..8a8a023a8 100644 --- a/include/constants/maps.h +++ b/include/constants/maps.h @@ -1,6 +1,8 @@ #ifndef GUARD_CONSTANTS_MAPS_H #define GUARD_CONSTANTS_MAPS_H +#include "constants/map_groups.h" + #define MAP_NONE (0x7F | (0x7F << 8)) #define MAP_UNDEFINED (0xFF | (0xFF << 8)) -- cgit v1.2.3