Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/monster/
H A Dmonster_info.h153 struct MonsterSound struct
164 …MonsterData( const int icnId_, const char * binFileName_, const MonsterSound & sounds_, const Mons… in MonsterData() argument
177 MonsterSound sounds;
H A Dmonster_info.cpp63 const fheroes2::MonsterSound monsterSounds[Monster::MONSTER_COUNT] = { in populateMonsterData()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/
H A Dbattle_troop.cpp1637 const fheroes2::MonsterSound & sounds = fheroes2::getMonsterData( id ).sounds; in M82Attk()