Robot.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #if !defined(AFX_ROBOT_H__F0EC2C95_6B06_4165_9880_0F8A494BDD86__INCLUDED_)
  2. #define AFX_ROBOT_H__F0EC2C95_6B06_4165_9880_0F8A494BDD86__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. #include "resource.h"
  7. #include <string>
  8. #include <list>
  9. #include "IClient.h"
  10. extern IClient *g_pClientToManager;
  11. typedef std::list< IPlayer * > PLAYER_LIST;
  12. extern  PLAYER_LIST g_thePlayers;
  13. #endif // !defined(AFX_ROBOT_H__F0EC2C95_6B06_4165_9880_0F8A494BDD86__INCLUDED_)