mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
9 lines
158 B
C
9 lines
158 B
C
#ifndef PMDSKY_FIXED_ROOM_DATA_1_H
|
|
#define PMDSKY_FIXED_ROOM_DATA_1_HH
|
|
|
|
#include "util.h"
|
|
|
|
bool8 IsFullFloorFixedRoom();
|
|
|
|
#endif //PMDSKY_FIXED_ROOM_DATA_1_H
|