Changeset 6319311 in network-game for common/MessageContainer.h
- Timestamp:
- Oct 1, 2013, 3:56:03 PM (11 years ago)
- Branches:
- master
- Children:
- 373089e
- Parents:
- 0693e25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/MessageContainer.h
r0693e25 r6319311 2 2 #define _MESSAGE_CONTAINER_H 3 3 4 #include "Compiler.h"5 6 4 #include <string> 7 5 8 #if defined WINDOWS 9 #include <winsock2.h> 10 #include <WS2tcpip.h> 11 #elif defined LINUX 12 #include <netinet/in.h> 13 #endif 6 #include "Common.h" 14 7 15 8 using namespace std;
Note:
See TracChangeset
for help on using the changeset viewer.