Changeset a845faf in network-game for common/message.h


Ignore:
Timestamp:
Nov 23, 2012, 6:12:17 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
d87708d
Parents:
aee34b9
Message:

Added a compiler header to determine whether a windows or linux compiler is being used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/message.h

    raee34b9 ra845faf  
    1010} NETWORK_MSG;
    1111
     12int sendMessage(NETWORK_MSG *msg, int sock, struct sockaddr_in *dest);
     13
     14int receiveMessage(NETWORK_MSG *msg, int sock, struct sockaddr_in *dest);
     15
    1216#endif
Note: See TracChangeset for help on using the changeset viewer.