 | Purpose:
The game main dialog. (Inherits MFC CDialog). |
 | Methods:
Local tank report functions:
void SetShieldLevel (UINT).
void SetShellsCount (UINT).
void SetBulletsCount (UINT).
void SetMinesCount (UINT).
void SetAerialSupport (BOOL).
void SetFastFireRate (BOOL).
BOOL OnEraseBkgnd(CDC* pDC).
BOOL IsGameOn () - Return TRUE if a game session is on.
BOOL PreTranslateMessage(MSG* pMsg) - Respond to user input.
void MarshalChatMsg(DPID dwDPlayID, DWORD dwTankID, LPCSTR szMsg) -
Marshals a chat message to the chat dialog..
|
|