Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5543 was 5543, checked in by bensch, 18 years ago

network: typo

File size: 218 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_MANAGER
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.