mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-26 00:26:19 -05:00
10 lines
203 B
C
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
|