Changeset e6c26b8 in network-game for common/Common.h


Ignore:
Timestamp:
Oct 1, 2013, 8:08:24 PM (11 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
master
Children:
95ffe57
Parents:
373089e
Message:

The client dynamically allocates memory for players and passes around a map with player pointers and some includes are now in individual files instead of in Common.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Common.h

    r373089e re6c26b8  
    11#ifndef _COMMON_H
    22#define _COMMON_H
    3 
    4 #include "Compiler.h"
    5 
    6 #if defined WINDOWS
    7    #include <winsock2.h>
    8    #include <ws2tcpip.h>
    9 #elif defined LINUX
    10    #include <fcntl.h>
    11    #include <assert.h>
    12 #endif
    133
    144#include <string>
Note: See TracChangeset for help on using the changeset viewer.