#ifndef __DARKRL__TIMING_HPP__ #define __DARKRL__TIMING_HPP__ #include uint64_t GetTime(); #endif