Home
last modified time | relevance | path

Searched refs:AI_TYPE (Results 1 – 3 of 3) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/ai/
H A Dai.h50 enum class AI_TYPE : int enum
117 Base & Get( AI_TYPE type = AI_TYPE::NORMAL );
H A Dai_common.cpp31 Base & Get( AI_TYPE /*type*/ ) // type might be used sometime in the future in Get() argument
/dports/games/avanor/avanor-0.5.8/creature/
H A Dcreature.h37 enum AI_TYPE {AI_HERO = 0, AI_SIMPLE = 1}; enum