diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-12-16 18:48:19 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-12-16 18:48:19 +0300 |
| commit | 481af24ca7b41d80d7e3a76ec0fefa7b9ab339cf (patch) | |
| tree | 17e6824003afecfebc4756042691dc9862ddf3f5 /protocols/Steam/src/protobuf-c | |
| parent | 9bdcd269ccfcbb3afc2014018a1a2575e855a166 (diff) | |
added notification service
Diffstat (limited to 'protocols/Steam/src/protobuf-c')
| -rw-r--r-- | protocols/Steam/src/protobuf-c/steammessages_notifications.steamclient.pb-c.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/protocols/Steam/src/protobuf-c/steammessages_notifications.steamclient.pb-c.h b/protocols/Steam/src/protobuf-c/steammessages_notifications.steamclient.pb-c.h index e6838858ec..583e617686 100644 --- a/protocols/Steam/src/protobuf-c/steammessages_notifications.steamclient.pb-c.h +++ b/protocols/Steam/src/protobuf-c/steammessages_notifications.steamclient.pb-c.h @@ -70,14 +70,6 @@ extern const ProtobufCServiceDescriptor steam_notification_client__descriptor; extern "C" void message_init_generic(const ProtobufCMessageDescriptor * desc, ProtobufCMessage * message); -struct ProtobufCppMessage : public ProtobufCMessage -{ - ProtobufCppMessage(const ProtobufCMessageDescriptor &descr) - { - message_init_generic(&descr, this); - } -}; - struct SteamNotificationData : public ProtobufCppMessage { SteamNotificationData() : |
