Changeset e6c26b8 in network-game for common/Common.h
- Timestamp:
- Oct 1, 2013, 8:08:24 PM (11 years ago)
- Branches:
- master
- Children:
- 95ffe57
- Parents:
- 373089e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Common.h
r373089e re6c26b8 1 1 #ifndef _COMMON_H 2 2 #define _COMMON_H 3 4 #include "Compiler.h"5 6 #if defined WINDOWS7 #include <winsock2.h>8 #include <ws2tcpip.h>9 #elif defined LINUX10 #include <fcntl.h>11 #include <assert.h>12 #endif13 3 14 4 #include <string>
Note:
See TracChangeset
for help on using the changeset viewer.