ClientProtocol.h
上传用户:bsw_2008
上传日期:2013-07-09
资源大小:2446k
文件大小:1k
源码类别:

棋牌游戏

开发平台:

Visual C++

  1. // ClientProtocol.h: interface for the CClientProtocol class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CLIENTPROTOCOL_H__754FF557_00A1_424D_B7B2_C97AE3C07F3F__INCLUDED_)
  5. #define AFX_CLIENTPROTOCOL_H__754FF557_00A1_424D_B7B2_C97AE3C07F3F__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CClientProtocol  
  10. {
  11. typedef struct TT{
  12. int d[4];
  13. };
  14. typedef struct MM{
  15. CString name[4],sex[4],score[4];
  16. int ID[4];
  17. };
  18. public:
  19. POINT from,to;
  20. BOOL war_kind;
  21. CString chat;
  22. int direct,r;
  23. int desk;
  24. int right;
  25. TT table[4][4];
  26. CString name;
  27. MM user;
  28. char Anaysys(CString str);
  29. CClientProtocol();
  30. virtual ~CClientProtocol();
  31. };
  32. #endif // !defined(AFX_CLIENTPROTOCOL_H__754FF557_00A1_424D_B7B2_C97AE3C07F3F__INCLUDED_)