summaryrefslogtreecommitdiffstats
path: root/converter/cTimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/cTimer.h')
-rw-r--r--converter/cTimer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/converter/cTimer.h b/converter/cTimer.h
new file mode 100644
index 000000000..1c7134ef6
--- /dev/null
+++ b/converter/cTimer.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include <time.h>
+
+double diffclock(clock_t, clock_t);
+
+
+