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