From 7cb1539b0dbcf585472dd2341129adf174bb0bb5 Mon Sep 17 00:00:00 2001 From: aunsane Date: Sun, 14 Jan 2018 22:02:44 +0300 Subject: Steam: refactoring pt.2 --- protocols/Steam/src/stdafx.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'protocols/Steam/src/stdafx.h') diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index 7b2a070da4..a8aa969ca3 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -59,9 +59,12 @@ extern HANDLE hExtraXStatus; #define STEAM_DB_GETEVENTTEXT_CHATSTATES "/GetEventText2000" #define STEAM_DB_EVENT_CHATSTATES_GONE 1 +#define now() time(NULL) + #include "steam_dialogs.h" #include "steam_options.h" #include "http_request.h" +#include "api/enums.h" #include "api/app_info.h" #include "api/authorization.h" #include "api/authorization.h" -- cgit v1.2.3