Artifact d05e9c7a64cedaeaeed986667e6b53b2dfd02130004656da2d9137dbbfacc4a0:
- File enet/include/enet/types.h — part of check-in [ea7418102a] at 2024-07-13 14:22:15 on branch trunk — Import cube_2005_08_29_src_zlib.zip (user: js, size: 347) [annotate] [blame] [check-ins using]
/** @file types.h @brief type definitions for ENet */ #ifndef __ENET_TYPES_H__ #define __ENET_TYPES_H__ typedef unsigned char enet_uint8; /**< unsigned 8-bit type */ typedef unsigned short enet_uint16; /**< unsigned 16-bit type */ typedef unsigned int enet_uint32; /**< unsigned 32-bit type */ #endif /* __ENET_TYPES_H__ */