[Opentnl-cvs] tnl/zap gameConnection.h,1.8,1.9
Brought to you by:
mark_frohnmayer,
s_alanet
From: Mark F. <mar...@us...> - 2004-05-12 02:55:11
|
Update of /cvsroot/opentnl/tnl/zap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10363/zap Modified Files: gameConnection.h Log Message: Updated readme and game version Index: gameConnection.h =================================================================== RCS file: /cvsroot/opentnl/tnl/zap/gameConnection.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** gameConnection.h 11 May 2004 18:26:25 -0000 1.8 --- gameConnection.h 12 May 2004 02:54:46 -0000 1.9 *************** *** 221,224 **** --- 221,226 ---- void onConnectTimedOut(); + bool isDataToTransmit() { return true; } + TNL_DECLARE_NETCONNECTION(GameConnection); TNL_DECLARE_RPC(c2sRequestCommanderMap, ()); |