diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-12-17 23:24:44 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-12-17 23:24:44 +0300 |
| commit | 4c3d77032316bc8814cddc00d020ba00d4533999 (patch) | |
| tree | 1862e30966a69bf94a7288b95baed5b04a040d80 /protocols/Steam/src/stdafx.h | |
| parent | 4b5082aef3817173bc254755c0ec352da064a440 (diff) | |
Steam:
- contact statuses are back;
- contact info is back too;
- Miranda's account status is passed to the server;
- some old code removed;
Diffstat (limited to 'protocols/Steam/src/stdafx.h')
| -rw-r--r-- | protocols/Steam/src/stdafx.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index 87d0bbeace..ff762f0d39 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -68,15 +68,11 @@ extern HANDLE hExtraXStatus; #define STEAM_DB_GETEVENTTEXT_CHATSTATES "/GetEventText2000"
#define STEAM_DB_EVENT_CHATSTATES_GONE 1
-#define now() time(0)
-
-int64_t getRandomInt();
-CMStringA protobuf_c_text_to_string(const ProtobufCMessage &msg);
-
#include "steam_dialogs.h"
#include "api/enums.h"
#include "steam_proto.h"
+#include "steam_utils.h"
#include "api/app_info.h"
#include "api/avatar.h"
|
