mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 07:24:42 -05:00
11 lines
223 B
C
11 lines
223 B
C
#include "overlay_29_0231FBFC.h"
|
|
#include "dungeon_util_static.h"
|
|
|
|
bool8 EntityIsValid__0231FBFC(struct entity *entity)
|
|
{
|
|
if (entity == NULL)
|
|
return FALSE;
|
|
|
|
return GetEntityType(entity) != ENTITY_NOTHING;
|
|
}
|