Initial implementation of lpxclient
This commit is contained in:
@@ -22,6 +22,13 @@ enum WorldType {
|
||||
WORLD_TYPE_MASTER,
|
||||
};
|
||||
|
||||
enum MessageType {
|
||||
MSG_NULL,
|
||||
MSG_DIFF,
|
||||
MSG_ACK,
|
||||
MSG_INVOKE,
|
||||
};
|
||||
|
||||
using StringVec = std::vector<std::string>;
|
||||
using StringPair = std::pair<std::string, std::string>;
|
||||
using LuaSourceVec = std::vector<StringPair>;
|
||||
|
||||
Reference in New Issue
Block a user