Changeset 6319311 in network-game for common/Player.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/Player.h
r0693e25 r6319311 1 1 #ifndef _PLAYER_H 2 2 #define _PLAYER_H 3 4 #include "Compiler.h"5 6 #if defined WINDOWS7 #include <winsock2.h>8 #include <WS2tcpip.h>9 #elif defined LINUX10 #include <netinet/in.h>11 #endif12 3 13 4 #include <string>
Note:
See TracChangeset
for help on using the changeset viewer.