 | Purpose:
Handles messages sent to host machine. |
 | Methods:
void HandleMessage(DPID idFrom, BOOL bFromJudge) - Handles an
incoming message.
void RemovePlayerFromArray(DPID idPlayer) - Clear the entry
occupied by idPlayer.
int LookupTankID (DPID) - Returns index of entry holding
specified ID.
BOOL GetPlayerInfo (UINT ind, DWORD &Duration, DWORD &RTT) -
Return the information on a remote game player.
DPID GetDirectPlayID (UINT uPlayerID) - Return the Direct Play
player ID of the specified tank's ID.
void ChkForZombies() - Check if there are tanks that we didn't
hear from for a long time.
|
|