From bedc366948fe5e3b38d7d058cb53c829406e6ea2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 15 Nov 2001 01:54:12 +0000 Subject: Changed to a more typesafe definition of ElapsedTime. --- include/Platform.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Platform.h') diff --git a/include/Platform.h b/include/Platform.h index fc0e1fe79..80f5af2e3 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -387,7 +387,8 @@ public: }; class ElapsedTime { - double beginTime; + long bigBit; + long littleBit; public: ElapsedTime(); double Duration(bool reset=false); -- cgit v1.2.3