Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ipv6/src/external/enet/include/enet/types.h @ 7438

Last change on this file since 7438 was 7438, checked in by adrfried, 14 years ago

set svn props and fix line endings in libenet files

  • Property svn:eol-style set to native
File size: 347 bytes
Line 
1/**
2 @file  types.h
3 @brief type definitions for ENet
4*/
5#ifndef __ENET_TYPES_H__
6#define __ENET_TYPES_H__
7
8typedef unsigned char enet_uint8;       /**< unsigned 8-bit type  */
9typedef unsigned short enet_uint16;     /**< unsigned 16-bit type */
10typedef unsigned int enet_uint32;      /**< unsigned 32-bit type */
11
12#endif /* __ENET_TYPES_H__ */
13
Note: See TracBrowser for help on using the repository browser.