Changeset 9b5d30b in network-game for common/Message.h
- Timestamp:
- Jul 14, 2013, 9:22:38 PM (11 years ago)
- Branches:
- master
- Children:
- 10f6fc2
- Parents:
- 5a64bea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Message.h
r5a64bea r9b5d30b 26 26 } NETWORK_MSG; 27 27 28 int sendMessage(NETWORK_MSG *msg, int sock, struct sockaddr_in *dest);28 //int sendMessage(NETWORK_MSG *msg, int sock, struct sockaddr_in *dest); 29 29 30 int receiveMessage(NETWORK_MSG *msg, int sock, struct sockaddr_in *source);30 //int receiveMessage(NETWORK_MSG *msg, int sock, struct sockaddr_in *source); 31 31 32 32 #endif
Note:
See TracChangeset
for help on using the changeset viewer.