diff options
Diffstat (limited to 'protocols/Steam/src/stdafx.h')
-rw-r--r-- | protocols/Steam/src/stdafx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index 71db9d6561..992b168ccb 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -53,6 +53,11 @@ extern HANDLE hExtraXStatus; #define STEAM_API_URL "https://api.steampowered.com"
#define STEAM_WEB_URL "https://steamcommunity.com"
+// registered db event types
+#define EVENTTYPE_STEAM_CHATSTATES 2000
+#define STEAM_DB_GETEVENTTEXT_CHATSTATES "/GetEventText2000"
+#define STEAM_DB_EVENT_CHATSTATES_GONE 1
+
#include "steam_dialogs.h"
#include "steam_options.h"
#include "http_request.h"
|