9 lines
119 B
C++
9 lines
119 B
C++
#ifndef DEFINES_HPP_
|
|
#define DEFINES_HPP
|
|
|
|
#include <chrono>
|
|
|
|
typedef std::chrono::high_resolution_clock Clock;
|
|
|
|
#endif
|