added everything

This commit is contained in:
Metario
2017-04-17 06:17:10 -06:00
commit 9c6ff74f19
6121 changed files with 1625704 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/* This file is automatically generated by the DailyBuild script. */
/* VERSION_STRING is the build's posting, ie. MXXX, Daily, Midday. */
/* VERSION_INT is the last successful major (MXXX) with the letter prefix (M) dropped. */
#if defined(GAME_FREE_VER)
#define VERSION_STRING "C000"
#define VERSION_INT 0
#elif defined(GAME_VER)
#define VERSION_STRING "G000"
#define VERSION_INT 0
#elif defined(WEBVERSION)
#define VERSION_STRING "M000"
#define VERSION_INT 0
#elif defined (DESIGN_VER)
#define VERSION_STRING "B000"
#define VERSION_INT 0
#else // MAX
#define VERSION_STRING "Catalyst with PDBs C065 10-04-2004"
#define VERSION_INT 65
#endif