Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.h491 void inventionTimeLeft(int *halfdays,int *hours) const;
H A Dgame.cpp4494 start_sector->inventionTimeLeft(&i_halfdays, &i_hours); in runTests()
4506 start_sector->inventionTimeLeft(&halfdays, &hours); in runTests()
H A Dgui.cpp1334 gamestate->getCurrentSector()->inventionTimeLeft(&halfdays, &hours); in draw()
H A Dsector.cpp2469 void Sector::inventionTimeLeft(int *halfdays,int *hours) const { in inventionTimeLeft() function in Sector