mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-20 00:27:20 -05:00
10 lines
309 B
C
10 lines
309 B
C
#ifndef PMDSKY_DUNGEON_CAPABILITIES_2_H
|
|
#define PMDSKY_DUNGEON_CAPABILITIES_2_H
|
|
|
|
#include "dungeon_mode.h"
|
|
|
|
// Returns false if none of these conditions holds for the given entity: asleep, frozen, petrified, biding.
|
|
bool8 CheckVariousStatuses(struct entity *entity);
|
|
|
|
#endif //PMDSKY_DUNGEON_CAPABILITIES_2_H
|