summaryrefslogtreecommitdiff
path: root/include/dungeon_map_access.h
blob: 5e4e3dadabdafc6b24f25e32ba634cfa79a151c5 (plain)
1
2
3
4
5
6
7
8
9
#ifndef GUARD_DUNGEON_MAP_ACCESS_H
#define GUARD_DUNGEON_MAP_ACCESS_H

#include "map.h"

// 0x4954C
struct MapTile* GetMapTileAtPosition(s32 x, s32 y);

#endif