name map connections

This commit is contained in:
garak
2019-02-26 20:49:26 -05:00
parent 7135fa4b82
commit a0dcf770bc
2 changed files with 124 additions and 120 deletions
+2
View File
@@ -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))