mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-24 19:14:59 -05:00
15 lines
230 B
C
15 lines
230 B
C
#ifndef GUARD_DUNGEON_MAP_ACCESS_H
|
|
#define GUARD_DUNGEON_MAP_ACCESS_H
|
|
|
|
#include "map.h"
|
|
|
|
struct unkStruct_202F190
|
|
{
|
|
struct Tile* unk0[6];
|
|
};
|
|
|
|
struct Tile* GetTile(s32 x, s32 y);
|
|
struct Tile* GetTileSafe(s32 x, s32 y);
|
|
|
|
#endif
|