0ad/source/tools/atlas/AtlasUI/CustomControls/HighResTimer/HighResTimer.h

10 lines
160 B
C
Raw Normal View History

class HighResTimer
{
public:
HighResTimer();
double GetTime(); // in seconds, relative to some arbitrary time
private:
wxLongLong m_TickLength;
};