pmd-sky/src/overlay_29_023047B8.c
AnonymousRandomPerson 4f3aeeb00d Renamed bool to bool8
2024-11-15 00:45:43 -05:00

11 lines
192 B
C

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