eqemu-server/eqperf/eqp_profile_timer.h

10 lines
91 B
C++

#pragma once
#include <stdint.h>
namespace EQP
{
uint64_t GetCurrentTimer();
} // EQP