summaryrefslogtreecommitdiff
path: root/include/dungeon_map_access.h
blob: dc5790c9be13c4c9cc7fe24c99d43c8172f0cba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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