From a7e0dbd83381377bd05a3fa988511d3713996370 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 16 Oct 2022 02:08:40 +0200 Subject: Refactor xcomposite into abstract capture api Refactor c++ files into c files, more usable --- include/time.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/time.h (limited to 'include/time.h') diff --git a/include/time.h b/include/time.h new file mode 100644 index 0000000..150c655 --- /dev/null +++ b/include/time.h @@ -0,0 +1,6 @@ +#ifndef GSR_TIME_H +#define GSR_TIME_H + +double clock_get_monotonic_seconds(); + +#endif /* GSR_TIME_H */ -- cgit v1.2.3