Go to the documentation of this file.00001
00005 #ifndef __ENET_TYPES_H__
00006 #define __ENET_TYPES_H__
00007
00008 typedef unsigned char enet_uint8;
00009 typedef unsigned short enet_uint16;
00010 typedef unsigned int enet_uint32;
00012 #endif
00013