pmd-sky/include/dungeon_logic_7.h
2025-10-22 20:32:04 -04:00

11 lines
251 B
C

#ifndef PMDSKY_DUNGEON_LOGIC_7_H
#define PMDSKY_DUNGEON_LOGIC_7_H
#include "dungeon_mode.h"
#include "util.h"
bool8 IsLoneOutlawVeneer(struct monster* monster_info);
bool8 IsSecretBazaarNpc(struct entity *entity);
#endif //PMDSKY_DUNGEON_LOGIC_7_H