mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 10:33:52 +00:00
10 lines
91 B
C++
10 lines
91 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
namespace EQP
|
|
{
|
|
uint64_t GetCurrentTimer();
|
|
} // EQP
|
|
|