Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

network: added the network definitions

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