hostile-takeover/base/tick.h
2014-07-06 17:47:28 -07:00

15 lines
234 B
C++

#ifndef __TICK_H__
#define __TICK_H__
#include "inc/basictypes.h"
namespace base {
extern long64 GetTickCount();
extern long64 GetMillisecondCount();
extern dword GetSecondsUnixEpocUTC();
} // namespace base
#endif // __TICK_H__