mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-16 22:46:30 -05:00
9 lines
174 B
C
9 lines
174 B
C
#ifndef PMDSKY_DUNGEON_MAP_ACCESS_H
|
|
#define PMDSKY_DUNGEON_MAP_ACCESS_H
|
|
|
|
#include "dungeon_mode.h"
|
|
|
|
struct tile* GetTile(s32 x, s32 y);
|
|
|
|
#endif //PMDSKY_DUNGEON_MAP_ACCESS_H
|