[Gcblue-commits] gcb_wx/include/network tcMessage.h,1.7,1.8
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-06-22 01:21:35
|
Update of /cvsroot/gcblue/gcb_wx/include/network In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2118/include/network Modified Files: tcMessage.h Log Message: Misc housekeeping, updates for infrared and anti-radiation seekers, more info for multiplayer airfield units, icon gui enhancements Index: tcMessage.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/network/tcMessage.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tcMessage.h 16 Apr 2005 20:43:55 -0000 1.7 --- tcMessage.h 22 Jun 2005 01:21:26 -0000 1.8 *************** *** 73,76 **** --- 73,78 ---- void StampTime(); + static unsigned int GetMaxMessageSize(); + tcMessage(); tcMessage(const tcMessage& source); |