pmd-sky/src/overlay_29_0234EC14.c
2025-03-06 00:04:19 -05:00

10 lines
181 B
C

#include "overlay_29_0234EC14.h"
bool8 EntityIsValid__0234EC14(struct entity *entity)
{
if (entity == NULL)
return FALSE;
return entity->type != ENTITY_NOTHING;
}