Chromium_msg_g.h 456 B

123456789101112131415161718192021222324252627282930
  1. #ifndef __CHROMIUM_MSG_G_H
  2. #define __CHROMIUM_MSG_G_H
  3. #pragma once
  4. // This code is generated by spgen tool!
  5. #include "SpHelper.h"
  6. namespace Chromium {
  7. #define eMsg_ChromiumBroadcast 0
  8. #define eMsgSig_ChromiumBroadcast -1939223938
  9. struct ChromiumBroadcast
  10. {
  11. CSimpleStringA broadcastJson;
  12. void Serialize(SpBuffer &Buf)
  13. {
  14. auto & buf = Buf & broadcastJson;
  15. }
  16. };
  17. ///////////////////////////
  18. } // namespace Chromium
  19. #endif // __CHROMIUM_MSG_G_H