Zone (MW2): Revision history

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.

11 July 2026

  • curprev 00:4000:40, 11 July 2026Jakes625 talk contribs 434 bytes +434 Created page with "placeholder... <syntaxhighlight lang="C"> enum { XFILE_BLOCK_TEMP = 0, XFILE_BLOCK_PHYSICAL = 1, XFILE_BLOCK_RUNTIME = 2, XFILE_BLOCK_VIRTUAL = 3, XFILE_BLOCK_LARGE = 4, XFILE_BLOCK_CALLBACK = 5, #if defined(PC) || defined(PS3) XFILE_BLOCK_VERTEX = 6, #ifdef PC XFILE_BLOCK_INDEX = 7, #endif #endif MAX_XFILE_COUNT }; struct XFile { int size; int externalSize; int blockSize[MAX_XFILE_COUNT]; }; </syntaxhighlight>"