mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-24 23:09:54 -05:00
10 lines
235 B
C
10 lines
235 B
C
#ifndef PMDSKY_DUNGEON_LOGIC_3_H
|
|
#define PMDSKY_DUNGEON_LOGIC_3_H
|
|
|
|
#include "dungeon_mode.h"
|
|
|
|
// Checks if a monster is a given type.
|
|
bool8 MonsterIsType(struct entity *entity, enum type_id type_id);
|
|
|
|
#endif //PMDSKY_DUNGEON_LOGIC_3_H
|