Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/proxy/src/lib/network/netincl.h @ 9393

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

splitup of netdefs

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.