[Gcblue-commits] gcb_wx/include/common tcFile.h,1.5,1.6 wxcommands.h,1.15,1.16
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-06-21 22:22:22
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20597/include/common Modified Files: tcFile.h wxcommands.h Log Message: Index: wxcommands.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/wxcommands.h,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** wxcommands.h 14 Jun 2004 21:52:47 -0000 1.15 --- wxcommands.h 21 Jun 2004 22:21:42 -0000 1.16 *************** *** 42,45 **** --- 42,46 ---- ID_SETPAUSE = 100, ///< enable/disable game pause ID_SETTIMEACCEL = 102, ///< more general version of ID_SETPAUSE + ID_SETTHEATER = 105, ///< change theater view area for tactical map ID_SET3D = 110, ///< set 3D window size ID_SKIPBRIEFING = 120, ///< skip tactical briefing Index: tcFile.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcFile.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcFile.h 28 Mar 2004 11:28:37 -0000 1.5 --- tcFile.h 21 Jun 2004 22:21:42 -0000 1.6 *************** *** 45,48 **** --- 45,49 ---- long GetLength(); ///< size of file in bytes long GetLengthFromCurrent(); ///< size from current pos to end of file in bytes + bool IsOpen() const; int Read(void *apData, unsigned int anCount); ///< TODO add operator>> for this int ReadString(char *s); |