c:/nebula3/code/foundation/timing/time.h File Reference
Detailed Description
Typedefs for the Timing subsystem(C) 2006 Radon Labs GmbH
#include "core/types.h"
Namespaces | |
namespace | Timing |
Typedefs | |
typedef double | Timing::Time |
the time datatype | |
typedef int | Timing::Tick |
the tick datatype (one tick == 1 millisecond) | |
Functions | |
Time | Timing::TicksToSeconds (Tick ticks) |
Tick | Timing::SecondsToTicks (Time t) |
void | Timing::Sleep (Time t) |