Update of /cvsroot/gcblue/gcb_wx/include/sim
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7286/include/sim
Modified Files:
tcTime.h
Log Message:
multiplayer work
Index: tcTime.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcTime.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tcTime.h 17 Aug 2004 02:22:56 -0000 1.7
--- tcTime.h 8 Apr 2005 01:54:11 -0000 1.8
***************
*** 34,40 ****
unsigned snCount_30Hz; ///< 30 Hz counter value
! LARGE_INTEGER snFrequency;
! DWORD snDeltaCount;
! DWORD snLastCount;
unsigned Get30HzCount();
--- 34,40 ----
unsigned snCount_30Hz; ///< 30 Hz counter value
! unsigned long snFrequency;
! unsigned int snDeltaCount;
! unsigned int snLastCount;
unsigned Get30HzCount();
|