pmd-sky/include/dg.h
AnonymousRandomPerson 3d77bd90ea Decomped RunMonsterAi
2024-11-15 00:06:15 -05:00

12 lines
341 B
C

#ifndef PMDSKY_OVERLAY_29_022E0354_H
#define PMDSKY_OVERLAY_29_022E0354_H
#include "dungeon_mode.h"
// Checks if an entity pointer points to a valid entity (not entity type 0, which represents no entity).
// entity: entity pointer
// return: bool
bool EntityIsValid__022E0354(struct entity *entity);
#endif //PMDSKY_OVERLAY_29_022E0354_H