2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-13 23:28:09 +03:00

Bump API version to 3.14

This commit is contained in:
tmp64 2023-08-19 20:16:23 +07:00
parent 32348af364
commit a5128e0daf

View File

@ -37,7 +37,7 @@
#include "pr_dlls.h"
#define REHLDS_API_VERSION_MAJOR 3
#define REHLDS_API_VERSION_MINOR 13
#define REHLDS_API_VERSION_MINOR 14
//Steam_NotifyClientConnect hook
typedef IHookChain<qboolean, IGameClient*, const void*, unsigned int> IRehldsHook_Steam_NotifyClientConnect;