Budget array: Difference between revisions
From sc2k-reverse
Jump to navigationJump to search
Created page with "== Struct == <pre> typedef struct { int iCountMonth[12]; int iFundMonth[12]; int iCurrentCosts; int iFundingPercent; int iYearToDateCost; int iEstimatedCost; } budget_t; </pre>" |
(No difference)
|
Latest revision as of 23:18, 30 June 2025
Struct
typedef struct {
int iCountMonth[12];
int iFundMonth[12];
int iCurrentCosts;
int iFundingPercent;
int iYearToDateCost;
int iEstimatedCost;
} budget_t;