diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-08-08 01:37:12 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-08-08 01:37:12 -0700 |
commit | 90896e38c966df57ca9e4434a1d726ccbfa448e7 (patch) | |
tree | 2ab209f5a9183d51ab6274e4e2e0d90de36c62d6 /include/field_region_map.h | |
parent | 85ebd76cd03e1ee84f182585060b3a79b8653e85 (diff) |
Begin porting/decompiling field_specials
Diffstat (limited to 'include/field_region_map.h')
-rw-r--r-- | include/field_region_map.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/field_region_map.h b/include/field_region_map.h new file mode 100644 index 000000000..d50f1265c --- /dev/null +++ b/include/field_region_map.h @@ -0,0 +1,6 @@ +#ifndef GUARD_FIELD_REGION_MAP_H +#define GUARD_FIELD_REGION_MAP_H + +void FieldInitRegionMap(MainCallback callback); + +#endif // GUARD_FIELD_REGION_MAP_H |