diff options
author | George Hazan <george.hazan@gmail.com> | 2023-06-14 21:46:07 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-06-14 21:46:07 +0300 |
commit | 5fff0e1f6f3d92208804b1e4dfeb6c57a7a17844 (patch) | |
tree | 58005a005c72ca51a48f89e767effa00bfb9d641 /protocols/Steam/src/stdafx.h | |
parent | adad56d5f50eaaab8b3e9caa1cfc026ccb424d21 (diff) |
Steam: ClientHello packet sending
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 c05a845a8d..4931099ca4 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -39,6 +39,11 @@ #include "resource.h"
#include "version.h"
+#include "protobuf-c/protobuf-c.h"
+
+#include "protobuf-c/steammessages_auth.steamclient.pb-c.h"
+#include "protobuf-c/steammessages_clientserver_login.pb-c.h"
+
#define MODULE "Steam"
#define DB_KEY_LASTMSGTS "LastMessageTS"
|