Home
last modified time | relevance | path

Searched refs:NewTurn (Results 1 – 5 of 5) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/
H A Dbattle_army.h80 void NewTurn( void );
H A Dbattle_army.cpp232 void Battle::Force::NewTurn( void ) in NewTurn() function in Battle::Force
237 std::for_each( begin(), end(), []( Unit * unit ) { unit->NewTurn(); } ); in NewTurn()
H A Dbattle_troop.h99 void NewTurn( void );
H A Dbattle_arena.cpp408 army1->NewTurn(); in Turns()
409 army2->NewTurn(); in Turns()
H A Dbattle_troop.cpp433 void Battle::Unit::NewTurn( void ) in NewTurn() function in Battle::Unit