Home
last modified time | relevance | path

Searched refs:on_stack_died (Results 1 – 4 of 4) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dstacklist.h305 void on_stack_died (Stack *stack);
H A Dstacklist.cpp513 (sigc::mem_fun (this, &Stacklist::on_stack_died))); in add()
525 void Stacklist::on_stack_died (Stack *stack) in on_stack_died() function in Stacklist
H A Dgame.h261 void on_stack_died ();
H A Dgame.cpp182 (sigc::mem_fun(this, &Game::on_stack_died))); in addPlayer()
1462 void Game::on_stack_died () in on_stack_died() function in Game