Changeset 8107 for code/branches/tetris/src/libraries/network
- Timestamp:
- Mar 23, 2011, 9:41:21 PM (14 years ago)
- Location:
- code/branches/tetris/src/libraries/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tetris/src/libraries/network/Host.cc
r8079 r8107 75 75 * @param packet Packet to be added 76 76 * @param clientID ID of the client the packet should be sent to 77 * @param channelID ID of the channel. 77 78 * @return success? 78 79 */ -
code/branches/tetris/src/libraries/network/MasterServerComm.h
r7804 r8107 89 89 90 90 /** \param callback The callback function to call with data received. 91 * \param delayms Delay in milliseconds. 91 92 * \return 0 for success, other for error 92 93 *
Note: See TracChangeset
for help on using the changeset viewer.