Budget array
From sc2k-reverse
Jump to navigationJump to search
Struct
typedef struct { int iCountMonth[12]; int iFundMonth[12]; int iCurrentCosts; int iFundingPercent; int iYearToDateCost; int iEstimatedCost; } budget_t;