mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-26 00:26:19 -05:00
11 lines
189 B
C
11 lines
189 B
C
#include "overlay_29_023118B4.h"
|
|
|
|
u8 EntityIsValid__023118B4(struct entity *entity)
|
|
{
|
|
if (entity == NULL)
|
|
{
|
|
return FALSE;
|
|
}
|
|
return entity->type != ENTITY_NOTHING;
|
|
}
|