Home
last modified time | relevance | path

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

/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/sym/
H A Dsym.h29 void ai_chinfish(Object *o);
H A Dsym.cpp74 ONTICK(OBJ_CHINFISH, ai_chinfish); in INITFUNC()
1024 void ai_chinfish(Object *o) in ai_chinfish() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/sym/
H A Dsym.fdh86 void ai_chinfish(Object *o);
H A Dsym.cpp56 ONTICK(OBJ_CHINFISH, ai_chinfish); in INITFUNC()
939 void ai_chinfish(Object *o) in ai_chinfish() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dobjfunc_ptrs.h398 extern void ai_chinfish(Object *o);
H A Dobject.cpp1187 ai_chinfish(this); in OnTick()