diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-20 03:04:38 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-04-28 19:59:08 -0500 |
commit | ecd4824f67d05dd368477f955e487c750aabff69 (patch) | |
tree | 59e9ce7ade03afcbcdb27a9d267ac77676deb63b /src/heal_location.c | |
parent | b1d26e10a829a2a1526754b88167485df7e2511f (diff) |
Index heal location data, use better names
Diffstat (limited to 'src/heal_location.c')
-rw-r--r-- | src/heal_location.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/heal_location.c b/src/heal_location.c index b378e8e8c..5eda24d67 100644 --- a/src/heal_location.c +++ b/src/heal_location.c @@ -1,6 +1,7 @@ #include "global.h" #include "heal_location.h" #include "constants/maps.h" +#include "constants/heal_locations.h" #include "data/heal_locations.h" |