mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-27 12:35:04 -05:00
10 lines
160 B
C
10 lines
160 B
C
#ifndef GUARD_DUNGEON_MAP_ACCESS_H
|
|
#define GUARD_DUNGEON_MAP_ACCESS_H
|
|
|
|
#include "map.h"
|
|
|
|
// 0x4954C
|
|
struct MapTile* GetMapTileAtPosition(s32 x, s32 y);
|
|
|
|
#endif
|