1 2 3 4 5 6 7 8
#ifndef __DARKRL__TIMING_HPP__ #define __DARKRL__TIMING_HPP__ #include <stdint.h> uint64_t GetTime(); #endif