diff options
Diffstat (limited to 'thirdparty/etcpak/Timing.hpp')
-rw-r--r-- | thirdparty/etcpak/Timing.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/thirdparty/etcpak/Timing.hpp b/thirdparty/etcpak/Timing.hpp new file mode 100644 index 0000000000..3767e20f24 --- /dev/null +++ b/thirdparty/etcpak/Timing.hpp @@ -0,0 +1,8 @@ +#ifndef __DARKRL__TIMING_HPP__ +#define __DARKRL__TIMING_HPP__ + +#include <stdint.h> + +uint64_t GetTime(); + +#endif |