mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-27 20:45:29 -05:00
15 lines
245 B
C
15 lines
245 B
C
#ifndef GUARD_DUNGEON_MAP_ACCESS_H
|
|
#define GUARD_DUNGEON_MAP_ACCESS_H
|
|
|
|
#include "map.h"
|
|
|
|
struct unkStruct_202F190
|
|
{
|
|
struct MapTile* unk0[6];
|
|
};
|
|
|
|
struct MapTile* GetMapTile_1(s32 x, s32 y);
|
|
struct MapTile* GetMapTile_2(s32 x, s32 y);
|
|
|
|
#endif
|