Home
last modified time | relevance | path

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

/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/sym/
H A Dsym.h32 void ai_smoke_dropper(Object *o);
H A Dsym.cpp77 ONTICK(OBJ_SMOKE_DROPPER, ai_smoke_dropper); in INITFUNC()
1102 void ai_smoke_dropper(Object *o) in ai_smoke_dropper() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/sym/
H A Dsym.fdh89 void ai_smoke_dropper(Object *o);
H A Dsym.cpp59 ONTICK(OBJ_SMOKE_DROPPER, ai_smoke_dropper); in INITFUNC()
1017 void ai_smoke_dropper(Object *o) in ai_smoke_dropper() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dobjfunc_ptrs.h401 extern void ai_smoke_dropper(Object *o);
H A Dobject.cpp1193 ai_smoke_dropper(this); in OnTick()