mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-28 21:21:30 +00:00
10 lines
91 B
C++
10 lines
91 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
namespace EQP
|
|
{
|
|
uint64_t GetCurrentTimer();
|
|
} // EQP
|
|
|