mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 07:24:42 -05:00
10 lines
181 B
C
10 lines
181 B
C
#include "overlay_29_023350D8.h"
|
|
|
|
bool8 EntityIsValid__023350D8(struct entity *entity)
|
|
{
|
|
if (entity == NULL)
|
|
return FALSE;
|
|
|
|
return entity->type != ENTITY_NOTHING;
|
|
}
|