From 1531d6e5439daae01627b2645684876b75eaf5eb Mon Sep 17 00:00:00 2001 From: romkatv Date: Sun, 10 May 2020 15:58:05 +0200 Subject: Squashed 'gitstatus/' content from commit 6b9ba17 git-subtree-dir: gitstatus git-subtree-split: 6b9ba179c6655286c4c399e7926d5098dd6bd706 --- src/time.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/time.h (limited to 'src/time.h') diff --git a/src/time.h b/src/time.h new file mode 100644 index 00000000..cdd5fa27 --- /dev/null +++ b/src/time.h @@ -0,0 +1,14 @@ +#ifndef ROMKATV_GITSTATUS_TIME_H_ +#define ROMKATV_GITSTATUS_TIME_H_ + +#include + +namespace gitstatus { + +using Clock = std::chrono::steady_clock; +using Time = Clock::time_point; +using Duration = Clock::duration; + +} // namespace gitstatus + +#endif // ROMKATV_GITSTATUS_TIME_H_ -- cgit v1.2.3