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

11 lines
192 B
C

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