mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
10 lines
300 B
C
10 lines
300 B
C
#ifndef PMDSKY_OVERLAY_29_022ECDC0_H
|
|
#define PMDSKY_OVERLAY_29_022ECDC0_H
|
|
|
|
#include "dungeon_mode.h"
|
|
|
|
// Checks if an entity pointer points to a valid entity (not entity type 0, which represents no entity).
|
|
bool8 EntityIsValid__022ECDC0(struct entity *entity);
|
|
|
|
#endif //PMDSKY_OVERLAY_29_022ECDC0_H
|