mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
11 lines
224 B
C
11 lines
224 B
C
#ifndef PMDSKY_RUN_DUNGEON_1_H
|
|
#define PMDSKY_RUN_DUNGEON_1_H
|
|
|
|
#include "enums.h"
|
|
#include "util.h"
|
|
|
|
bool8 IsBossFight(enum fixed_room_id fixed_room_id);
|
|
bool8 IsCurrentFixedRoomBossFight();
|
|
|
|
#endif //PMDSKY_RUN_DUNGEON_1_H
|