Home
last modified time | relevance | path

Searched refs:getInventionCost (Results 1 – 2 of 2) sorted by relevance

/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.h377 int getInventionCost() const;
H A Dsector.cpp1881 int cost = this->getInventionCost(); in doPlayer()
2300 int Sector::getInventionCost() const { in getInventionCost() function in Sector
2471 int cost = this->getInventionCost() - this->researched; in inventionTimeLeft()