/**********************************************************************
This file is part of Crack dot Com's free source code release of
Golgotha.
for
information about compiling & licensing issues visit this URL
If that doesn't help, contact Jonathan Clark at golgotha_source@usa.net (Subject should have "GOLG" in it) ***********************************************************************/ #ifdef _WINDOWS #include#include #include #endif #include "arch.hh" #include "time/time.hh" #include #include sw32 i4_win32_start_clock=GetTickCount(); void i4_time_class::get() { time.win32_time.clock=GetTickCount()-i4_win32_start_clock; time.win32_time.overflow=0; } void i4_time_class::add_milli(sw32 milli_sec) { time.win32_time.clock+=milli_sec; } i4_bool i4_time_class::operator <(const i4_time_class &other) const { return (other.time.win32_time.clock (const i4_time_class &other) const { return (other.time.win32_time.clock