From c122cbe23c5246f33901c6fc8a813f74830b978b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 13 Dec 2024 17:05:39 +0300 Subject: Steam: sessionID analysis + heartbeat infrastructure --- protocols/Steam/src/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Steam/src/stdafx.h') diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index 368e3e5bf6..2beb51b714 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -66,6 +66,8 @@ extern HANDLE hExtraXStatus; #define now() time(0) +int64_t getRandomInt(); + #include "steam_dialogs.h" #include "api/enums.h" -- cgit v1.2.3