OtherePlayerCmd.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #if !defined(AFX_OTHEREPLAYERCMD_H__1F0E0980_9822_11D3_BA84_0000E8A021D8__INCLUDED_)
  2. #define AFX_OTHEREPLAYERCMD_H__1F0E0980_9822_11D3_BA84_0000E8A021D8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. class COtherePlayerCmd  
  7. {
  8. public:
  9. COtherePlayerCmd();
  10. virtual ~COtherePlayerCmd();
  11. void ProcessPlayerCommand(char * * Com, char * Result, sockaddr_in IPAddr);
  12. void CheckMsg(char * Buf, char * * Com);
  13. void OtherPlayMoveProc(char * playname,char * strpath,char * Result);
  14. };
  15. #endif // !defined(AFX_OTHEREPLAYERCMD_H__1F0E0980_9822_11D3_BA84_0000E8A021D8__INCLUDED_)