mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-02 08:59:57 -05:00
12 lines
201 B
C
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;
|
|
}
|