Home
last modified time | relevance | path

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

/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/sym/
H A Dsym.h24 void ai_fan_droplet(Object *o);
H A Dsym.cpp64 ONTICK(OBJ_FAN_DROPLET, ai_fan_droplet); in INITFUNC()
901 void ai_fan_droplet(Object *o) in ai_fan_droplet() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/sym/
H A Dsym.fdh81 void ai_fan_droplet(Object *o);
H A Dsym.cpp46 ONTICK(OBJ_FAN_DROPLET, ai_fan_droplet); in INITFUNC()
819 void ai_fan_droplet(Object *o) in ai_fan_droplet() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dobjfunc_ptrs.h393 extern void ai_fan_droplet(Object *o);
H A Dobject.cpp1172 ai_fan_droplet(this); in OnTick()