mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 07:24:42 -05:00
11 lines
251 B
C
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
|