- /********************************************************************
- created: 2003/04/30
- file base: protocol
- file ext: h
- author: liupeng
- purpose:
- *********************************************************************/
- #ifndef __INCLUDE_PROTOCOL_H__
- #define __INCLUDE_PROTOCOL_H__
- enum enumPlayerToGateWay
- {
- _enump2gBASE = 0,
- enump2gLogin,
- _enump2gEOF
- };
- #endif // __INCLUDE_PROTOCOL_H__