diff --git a/cssdk/engine/rehlds_api.h b/cssdk/engine/rehlds_api.h
index 2f4a115..182553b 100644
--- a/cssdk/engine/rehlds_api.h
+++ b/cssdk/engine/rehlds_api.h
@@ -37,6 +37,11 @@
#define REHLDS_API_VERSION_MAJOR 3
#define REHLDS_API_VERSION_MINOR 0
+typedef enum sv_delta_s {
+ sv_packet_nodelta,
+ sv_packet_delta
+} sv_delta_t;
+
//Steam_NotifyClientConnect hook
typedef IHookChain<qboolean, IGameClient*, const void*, unsigned int> IRehldsHook_Steam_NotifyClientConnect;
typedef IHookChainRegistry<qboolean, IGameClient*, const void*, unsigned int> IRehldsHookRegistry_Steam_NotifyClientConnect;
diff --git a/include/engine_rehlds_api.h b/include/engine_rehlds_api.h
index 2fccc5b..3fd6780 100644
--- a/include/engine_rehlds_api.h
+++ b/include/engine_rehlds_api.h
@@ -7,11 +7,6 @@ extern IRehldsApi* g_RehldsApi;
extern IRehldsHookchains* g_RehldsHookchains;
extern bool RehldsApi_Init();
-typedef enum sv_delta_s {
- sv_packet_nodelta,
- sv_packet_delta
-} sv_delta_t;
-
typedef struct packet_entities_s {
int num_entities;
unsigned char flags[32];