Home
last modified time | relevance | path

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

/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/sym/
H A Dsym.h7 void ai_xp(Object *o);
H A Dsym.cpp29 ONTICK(OBJ_XP, ai_xp); in INITFUNC()
250 void ai_xp(Object *o) in ai_xp() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/sym/
H A Dsym.fdh63 void ai_xp(Object *o);
H A Dsym.cpp11 ONTICK(OBJ_XP, ai_xp); in INITFUNC()
207 void ai_xp(Object *o) in ai_xp() function
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dobjfunc_ptrs.h377 extern void ai_xp(Object *o);
H A Dobject.cpp1105 ai_xp(this); in OnTick()