Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.h538 int getFAmount() const;
H A Dgui.cpp1517 int famount = gamestate->getCurrentSector()->getFAmount(); in draw()
1534 int amount = gamestate->getCurrentSector()->getFAmount(); in draw()
1648 int famount = gamePanel->gamestate->getCurrentSector()->getFAmount(); in buttonFAmountClick()
H A Dsector.cpp2669 int Sector::getFAmount() const { in getFAmount() function in Sector