Home
last modified time | relevance | path

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

/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/sym/
H A Dsym.h20 void ai_press(Object *o);
H A Dsym.cpp66 ONTICK(OBJ_PRESS, ai_press); in INITFUNC()
755 void ai_press(Object *o) in ai_press() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/sym/
H A Dsym.fdh77 void ai_press(Object *o);
H A Dsym.cpp48 ONTICK(OBJ_PRESS, ai_press); in INITFUNC()
672 void ai_press(Object *o) in ai_press() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dobjfunc_ptrs.h389 extern void ai_press(Object *o);
H A Dobject.cpp1175 ai_press(this); in OnTick()