mirror of
https://github.com/pret/pmd-sky.git
synced 2026-07-24 20:40:31 -05:00
13 lines
213 B
C
13 lines
213 B
C
#include "dg_camera.h"
|
|
|
|
// file starts at 0x022e26b68
|
|
|
|
bool8 EntityIsValid__022E32E8(struct entity *entity)
|
|
{
|
|
if (entity == NULL)
|
|
{
|
|
return FALSE;
|
|
}
|
|
return entity->type != ENTITY_NOTHING;
|
|
}
|