2022-10-15 20:25:42 +08:00
|
|
|
|
#pragma once
|
2023-02-16 22:04:31 +08:00
|
|
|
|
|
2023-02-16 22:10:30 +08:00
|
|
|
|
#include "pb_types.h"
|
2023-02-16 22:04:31 +08:00
|
|
|
|
|
|
|
|
|
typedef std::map<int, std::string> MsgTypes_t;
|
|
|
|
|
|
|
|
|
|
MsgTypes_t GetMsgTypes();
|
|
|
|
|
|
2023-02-16 06:09:37 +08:00
|
|
|
|
#if 0
|
2022-10-15 20:25:42 +08:00
|
|
|
|
#include "../proto/wcf.grpc.pb.h"
|
|
|
|
|
|
2022-08-13 20:03:22 +08:00
|
|
|
|
void ListenMessage();
|
|
|
|
|
void UnListenMessage();
|
2022-10-16 22:14:06 +08:00
|
|
|
|
void GetMsgTypes(wcf::MsgTypes *types);
|
2023-02-16 06:09:37 +08:00
|
|
|
|
#endif
|