Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5605 was 5605, checked in by patrick, 18 years ago

network: added debug informations to the network manager, watch it :D

File size: 306 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
13
14#ifdef HAVE_SDL_NET_H
15  #include <SDL_net.h>
16#else
17  #include <SDL/SDL_net.h>
18#endif
19
20
21typedef unsigned char byte;
22
23
24#endif /* _NETWORK_MANAGER */
Note: See TracBrowser for help on using the repository browser.