Budget array: Revision history

From sc2k-reverse
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 July 2025

  • curprev 00:1800:18, 1 July 2025 AF talk contribs 183 bytes +183 Created page with "== Struct == <pre> typedef struct { int iCountMonth[12]; int iFundMonth[12]; int iCurrentCosts; int iFundingPercent; int iYearToDateCost; int iEstimatedCost; } budget_t; </pre>"