diff options
author | garak <garakmon@gmail.com> | 2019-02-26 20:49:26 -0500 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-02-26 20:49:26 -0500 |
commit | a0dcf770bc2d98d4fed7562e5bd03017fbff0cde (patch) | |
tree | dce43fc777d4f5637287795b6439aef7691ca8e7 /include | |
parent | 7135fa4b826fcaee1e48e7e3d18465aed696c61e (diff) |
name map connections
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/maps.h | 2 |
1 files changed, 2 insertions, 0 deletions
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)) |