summaryrefslogtreecommitdiff
path: root/thirdparty/etcpak/Timing.hpp
blob: 3767e20f24a80e941ff54cbb693aaa763131e454 (plain)
1
2
3
4
5
6
7
8
#ifndef __DARKRL__TIMING_HPP__
#define __DARKRL__TIMING_HPP__

#include <stdint.h>

uint64_t GetTime();

#endif