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, 19 years ago

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

File size: 306 bytes
RevLine 
[5530]1
2
3/*!
4 * @file network_manager.h
5 *  Main interface for the network module. Manages all the modules
6
7 */
8
[5543]9#ifndef _NETWORK_MANAGER
[5530]10#define _NETWORK_MANAGER
11
12
[5605]13
[5588]14#ifdef HAVE_SDL_NET_H
[5605]15  #include <SDL_net.h>
[5588]16#else
[5605]17  #include <SDL/SDL_net.h>
[5588]18#endif
19
[5605]20
[5530]21typedef unsigned char byte;
22
23
24#endif /* _NETWORK_MANAGER */
Note: See TracBrowser for help on using the repository browser.