mcserver/converter/source/cTimer.h

14 lines
112 B
C++

#pragma once
#include <time.h>
class cTimer
{
public:
cTimer()
{}
double diffclock(clock_t, clock_t);
};