1
0
Fork 0
godot/thirdparty/etcpak/Timing.hpp

9 lines
112 B
C++

#ifndef __DARKRL__TIMING_HPP__
#define __DARKRL__TIMING_HPP__
#include <stdint.h>
uint64_t GetTime();
#endif