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

11 lines
192 B
C

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