Home
last modified time | relevance | path

Searched refs:ondeath_ironhead (Results 1 – 6 of 6) sorted by relevance

/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/boss/
H A Dironhead.h19 void ondeath_ironhead(Object *o);
H A Dironhead.cpp27 ONDEATH(OBJ_IRONH, ondeath_ironhead); in INITFUNC()
237 void ondeath_ironhead(Object *o) in ondeath_ironhead() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/boss/
H A Dironhead.cpp15 ONDEATH(OBJ_IRONH, ondeath_ironhead); in INITFUNC()
225 void ondeath_ironhead(Object *o) in ondeath_ironhead() function
H A Dironhead.fdh33 void ondeath_ironhead(Object *o);
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dobjfunc_ptrs.h58 extern void ondeath_ironhead(Object *o);
H A Dobject.cpp2048 ondeath_ironhead(this); in OnDeath()