Moved the common directory into the libs directory
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef DEFINES_HPP_
|
||||
#define DEFINES_HPP
|
||||
|
||||
#include <chrono>
|
||||
|
||||
typedef std::chrono::high_resolution_clock Clock;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user