mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-26 00:26:19 -05:00
10 lines
177 B
C
10 lines
177 B
C
#include "overlay_29_0231B318.h"
|
|
|
|
bool8 IsMonster__0231B318(struct entity *entity)
|
|
{
|
|
if (entity == NULL)
|
|
return FALSE;
|
|
|
|
return entity->type == ENTITY_MONSTER;
|
|
}
|