Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dstacklist.h171 void payUpkeep(Player *p);
H A Dstack.h207 void payUpkeep(Player *p);
H A Dstacklist.cpp98 void Stacklist::payUpkeep(Player *p) in payUpkeep() function in Stacklist
101 (*it)->payUpkeep(p); in payUpkeep()
H A Dstack.cpp470 void Stack::payUpkeep(Player *p) in payUpkeep() function in Stack
H A Dplayer.cpp4493 getStacklist()->payUpkeep(this); in doCollectTaxesAndPayUpkeep()