Searched refs:MsgMoveNotify (Results 1 – 5 of 5) sorted by relevance
294 MsgMoveNotify *pmsgMess = (MsgMoveNotify *)pvMessage; in NET_SendMessage()638 MsgMoveNotify *pmsgMess = in NET_RecvMessage()639 (MsgMoveNotify *)MEM_Alloc(sizeof(MsgMoveNotify)); in NET_RecvMessage()1240 ((MsgMoveNotify *)pvMessage)->iSrcCountry, in NET_MessageToString()1241 ((MsgMoveNotify *)pvMessage)->iDstCountry); in NET_MessageToString()
191 } MsgMoveNotify; typedef
170 MsgMoveNotify *msgMess = in CBK_IncomingMessage()171 (MsgMoveNotify *)MEM_Alloc(sizeof(MsgMoveNotify)); in CBK_IncomingMessage()172 memcpy((void *)msgMess, (void *)pvMess, sizeof(MsgMoveNotify)); in CBK_IncomingMessage()
957 MsgMoveNotify *msg = (MsgMoveNotify *)msgMess;
143 MsgMoveNotify msgMoveNotify; in GAME_MoveArmies()