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

12 lines
201 B
C

#include "dg_effect.h"
// file starts at 0x022e35e4
bool8 EntityIsValid__022E37B8(struct entity *entity)
{
if (entity == NULL)
return FALSE;
return entity->type != ENTITY_NOTHING;
}