Update version gate (VGameSDK007)

New content will break older servers and clients
This commit is contained in:
Kawe Mazidjatari 2022-10-21 21:29:25 +02:00
parent fea176eff2
commit bf9f758a98

View File

@ -135,7 +135,7 @@
#endif // Max BSP file name len. #endif // Max BSP file name len.
#define MAX_MAP_NAME 64 #define MAX_MAP_NAME 64
#define SDK_VERSION "VGameSDK006" // Increment this with every /breaking/ SDK change (i.e. security/backend changes breaking compatibility). #define SDK_VERSION "VGameSDK007" // Increment this with every /breaking/ SDK change (i.e. security/backend changes breaking compatibility).
#define SDK_ARRAYSIZE(arr) ((sizeof(arr) / sizeof(*arr))) // Name due to IMGUI implementation and NT implementation that we shouldn't share across everywhere. #define SDK_ARRAYSIZE(arr) ((sizeof(arr) / sizeof(*arr))) // Name due to IMGUI implementation and NT implementation that we shouldn't share across everywhere.
#ifndef DEDICATED #ifndef DEDICATED