mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
12 lines
319 B
C
12 lines
319 B
C
#ifndef PMDSKY_DUNGEON_LOGIC_7_H
|
|
#define PMDSKY_DUNGEON_LOGIC_7_H
|
|
|
|
#include "dungeon_mode.h"
|
|
#include "util.h"
|
|
|
|
bool8 IsMonsterLoneOutlaw(struct monster* monster_info);
|
|
bool8 IsSecretBazaarNpc(struct entity *entity);
|
|
bool8 IsTeamMemberOnFirstTurnInFixedRoom(struct monster *monster);
|
|
|
|
#endif //PMDSKY_DUNGEON_LOGIC_7_H
|