Home
last modified time | relevance | path

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

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOR_ECO.cpp150 float totalExpense = (float) 0; in disp_total() local
159 totalExpense += nationPtr->expense_365days(i); in disp_total()
179 font_san.put( x+370, y, misc.format( (int) totalExpense, 2 ) ); in disp_total()
188 font_san.put( x+370, y, misc.format( (int)(totalIncome-totalExpense), 2 ) ); in disp_total()
H A DOFIRM.cpp1866 int totalExpense = firm_res[firm_id]->year_cost; in year_expense() local
1883 totalExpense += WORKER_YEAR_SALARY * payWorkerCount; in year_expense()
1886 return totalExpense; in year_expense()