Common.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:0k
- #ifndef __COMMON
- #define __COMMON
- #include <ddraw.h>
- #include "Socket.h"
- #include "wsa_xtra.h"
- //define error
- #define ERR_NO 0
- #define ERR_SYSTEM 1
- #define ERR_LINK 2
- #define ERR_GOON 3
- #define ERR_DONE 4
- #define ERR_EXIT 5
- #define FONT_WIDTH 4
- #define FONT_HEIGHT 12
- #define FONT_SIZE 7
- #define MAXPLAYERNAME 20
- extern char szSendData[];
- extern COLORREF colorEnable,colorDisable;
- HFONT GetFont(int Height,char *Name,int Weight);
- int LinkToWGS();
- #endif