Initial sauer
[SauerbratenRemote.git] / src / enet / include / enet / types.h
blobeab0603f3900755523b905e8012a797c27bde785
1 /**
2 @file types.h
3 @brief type definitions for ENet
4 */
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__ */