mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-27 05:55:27 -04:00
7 lines
112 B
C
7 lines
112 B
C
#ifndef GUARD_DUNGEON_MOVEMENT_H
|
|
#define GUARD_DUNGEON_MOVEMENT_H
|
|
|
|
u8 GetCrossableTerrain(s16 species);
|
|
|
|
#endif
|