summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-12-13 17:05:39 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-12-13 17:05:39 +0300
commitc122cbe23c5246f33901c6fc8a813f74830b978b (patch)
treefab8fb01fe79931e81a99368e5a5be10f30be2f8 /protocols/Steam/src/stdafx.h
parenta3d35065637b3301615f3a1be4485d0123878153 (diff)
Steam: sessionID analysis + heartbeat infrastructure
Diffstat (limited to 'protocols/Steam/src/stdafx.h')
-rw-r--r--protocols/Steam/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
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"