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

10 lines
181 B
C

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