Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.h523 void buildingTowerTimeLeft(int player,int *halfdays,int *hours) const;
H A Dgui.cpp1316 gamestate->getCurrentSector()->buildingTowerTimeLeft(player_in_sector, &halfdays, &hours); in draw()
H A Dsector.cpp2536 void Sector::buildingTowerTimeLeft(int player,int *halfdays,int *hours) const { in buildingTowerTimeLeft() function in Sector