Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/network/netdefs.h @ 5533

Last change on this file since 5533 was 5530, checked in by patrick, 19 years ago

network: added the definition file for byte and more to come

File size: 217 bytes
Line 
1
2
3/*!
4 * @file network_manager.h
5 *  Main interface for the network module. Manages all the modules
6
7 */
8
9#ifndef _NETWORK_MANGER
10#define _NETWORK_MANAGER
11
12
13typedef unsigned char byte;
14
15
16#endif /* _NETWORK_MANAGER */
Note: See TracBrowser for help on using the repository browser.