Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/network/netincl.h @ 9406

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

orxonox/trunk: merged the proxy back

merged with commandsvn merge -r9346:HEAD https://svn.orxonox.net/orxonox/branches/proxy .

no conflicts

File size: 147 bytes
Line 
1
2#ifndef _NETINCL_H
3#define _NETINCL_H
4
5#ifdef HAVE_SDL_NET_H
6#include <SDL_net.h>
7#else
8#include <SDL/SDL_net.h>
9#endif
10
11
12#endif /* _NETINCL_H */
Note: See TracBrowser for help on using the repository browser.