Home
last modified time | relevance | path

Searched refs:MsgMoveNotify (Results 1 – 5 of 5) sorted by relevance

/dports/games/xfrisk/XFrisk/
H A Dnetwork.c294 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()
H A Dnetwork.h191 } MsgMoveNotify; typedef
H A Dcallbacks.c170 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()
H A Dutils.c957 MsgMoveNotify *msg = (MsgMoveNotify *)msgMess;
H A Dgame.c143 MsgMoveNotify msgMoveNotify; in GAME_MoveArmies()