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

模拟服务器

开发平台:

C/C++

  1. /********************************************************************
  2. created: 2003/04/30
  3. file base: protocol
  4. file ext: h
  5. author: liupeng
  6. purpose:
  7. *********************************************************************/
  8. #ifndef __INCLUDE_PROTOCOL_H__
  9. #define __INCLUDE_PROTOCOL_H__
  10. enum enumPlayerToGateWay
  11. {
  12. _enump2gBASE = 0,
  13. enump2gLogin,
  14. _enump2gEOF
  15. };
  16. #endif // __INCLUDE_PROTOCOL_H__