Changeset 9393 in orxonox.OLD for branches/proxy/src/lib
- Timestamp:
- Jul 23, 2006, 3:30:29 PM (18 years ago)
- Location:
- branches/proxy/src/lib
- Files:
-
- 3 added
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/Makefile.am
r9386 r9393 49 49 noinst_HEADERS = \ 50 50 netdefs.h \ 51 net_types.h \ 51 nettypes.h \ 52 netincl.h \ 53 \ 52 54 synchronizeable.h \ 53 55 network_manager.h \ -
branches/proxy/src/lib/network/ip.h
r9385 r9393 10 10 #define __IP_H__ 11 11 12 #include "net defs.h"12 #include "netincl.h" 13 13 #include <string> 14 14 -
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 -
branches/proxy/src/lib/network/synchronizeable_var/synchronizeable_var.h
r9386 r9393 7 7 #define _SYNCHRONIZEABLE_VAR_H 8 8 9 #include "net _types.h"9 #include "nettypes.h" 10 10 #include <string> 11 11
Note: See TracChangeset
for help on using the changeset viewer.