source:
orxonox.OLD/branches/presentation/src/lib/network/netincl.h
@
10707
Last change on this file since 10707 was 9406, checked in by bensch, 18 years ago | |
---|---|
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.