mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 15:42:34 -05:00
11 lines
191 B
C
11 lines
191 B
C
#include "overlay_29_0231F570.h"
|
|
|
|
bool EntityIsValid__0231F570(struct entity *entity)
|
|
{
|
|
if (entity == NULL)
|
|
{
|
|
return FALSE;
|
|
}
|
|
return entity->type != ENTITY_NOTHING;
|
|
}
|