Changeset 0dde5da in network-game for common/message.h


Ignore:
Timestamp:
Nov 24, 2012, 2:11:41 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
94ebbd9
Parents:
e08572c
Message:

Added a makefile for the client and made the WSA functions only work on Windows platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/message.h

    re08572c r0dde5da  
    66typedef struct
    77{
    8         short type;
    9         char buffer[256];
     8   short type;
     9   char buffer[256];
    1010} NETWORK_MSG;
    1111
Note: See TracChangeset for help on using the changeset viewer.