mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-22 01:35:35 -05:00
7 lines
93 B
C
7 lines
93 B
C
#ifndef PMDSKY_MAP_H
|
|
#define PMDSKY_MAP_H
|
|
|
|
#define CORRIDOR_ROOM 0xFF
|
|
|
|
#endif //PMDSKY_MAP_H
|