pmd-sky/include/dungeon_logic_7.h
2025-10-04 16:10:17 +00:00

10 lines
203 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);
#endif //PMDSKY_DUNGEON_LOGIC_7_H