This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Tortuga/libs/common/defines.hpp
T
2013-06-16 13:59:11 +10:00

9 lines
119 B
C++

#ifndef DEFINES_HPP_
#define DEFINES_HPP
#include <chrono>
typedef std::chrono::high_resolution_clock Clock;
#endif