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