Orxonox  0.0.5 Codename: Arcturus
types.h
Go to the documentation of this file.
1 
5 #ifndef __ENET_TYPES_H__
6 #define __ENET_TYPES_H__
7 
8 typedef unsigned char enet_uint8;
9 typedef unsigned short enet_uint16;
10 typedef unsigned int enet_uint32;
12 #endif /* __ENET_TYPES_H__ */
13 
unsigned int enet_uint32
unsigned 32-bit type
Definition: types.h:10
unsigned short enet_uint16
unsigned 16-bit type
Definition: types.h:9
unsigned char enet_uint8
unsigned 8-bit type
Definition: types.h:8