Changeset 5e693e8 in network-game for common/message.h


Ignore:
Timestamp:
Nov 24, 2012, 2:48:40 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
94ebbd9
Parents:
e08572c
git-author:
dportnoy <dmp1488@…> (11/24/12 14:11:41)
git-committer:
dportnoy <dmp1488@…> (11/24/12 14:48:40)
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 r5e693e8  
    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.