Changeset 9393 in orxonox.OLD for branches/proxy/src/lib/network/netdefs.h
- Timestamp:
- Jul 23, 2006, 3:30:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/netdefs.h
r9386 r9393 25 25 #define _NETDEFS_H 26 26 27 #include "net_types.h" 28 29 #ifdef HAVE_SDL_NET_H 30 #include <SDL_net.h> 31 #else 32 #include <SDL/SDL_net.h> 33 #endif 34 27 #include "nettypes.h" 28 #include "netincl.h" 35 29 36 30
Note: See TracChangeset
for help on using the changeset viewer.