Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dgame.h536 extern const int epoch_dates[];
H A Dgui.cpp1263 int year = epoch_dates[gamestate->getCurrentSector()->getEpoch()]; in draw()
H A Dgamestate.cpp715 int year = epoch_dates[game_g->getStartEpoch()]; in draw()
H A Dgame.cpp379 const int epoch_dates[n_epochs_c] = {-10000, -2000, 1, 900, 1400, 1850, 1914, 1950, 1980, 2100}; variable