123456789101112131415161718192021222324252627282930 |
- #ifndef __CHROMIUM_MSG_G_H
- #define __CHROMIUM_MSG_G_H
- #pragma once
- // This code is generated by spgen tool!
- #include "SpHelper.h"
- namespace Chromium {
- #define eMsg_ChromiumBroadcast 0
- #define eMsgSig_ChromiumBroadcast -1939223938
- struct ChromiumBroadcast
- {
- CSimpleStringA broadcastJson;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & broadcastJson;
- }
- };
- ///////////////////////////
- } // namespace Chromium
- #endif // __CHROMIUM_MSG_G_H
|