summaryrefslogtreecommitdiff
path: root/include/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/map.h')
-rw-r--r--include/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/map.h b/include/map.h
index 52263a5b..8c8adb46 100644
--- a/include/map.h
+++ b/include/map.h
@@ -17,4 +17,6 @@ typedef struct {
extern LayerStruct gMapTop;
extern LayerStruct gMapBottom;
+LayerStruct* GetLayerByIndex(u32);
+
#endif // MAP_H \ No newline at end of file