3 @brief type definitions for ENet
5 #ifndef __ENET_TYPES_H__
6 #define __ENET_TYPES_H__
8 typedef unsigned char enet_uint8
; /**< unsigned 8-bit type */
9 typedef unsigned short enet_uint16
; /**< unsigned 16-bit type */
10 typedef unsigned int enet_uint32
; /**< unsigned 32-bit type */
12 #endif /* __ENET_TYPES_H__ */