summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-10-11 22:28:00 +0200
committertomsmeding <tom.smeding@gmail.com>2017-10-11 22:28:00 +0200
commit54d371e4e897fa58c316fcc3b6dc7bde5af6868c (patch)
treed44b2cde84cf59ddf8f34fe2d59031dd3d46214f /util.h
parent34b0e1a8adf19f695a85280ebb69b062d71b48f7 (diff)
Diffstat (limited to 'util.h')
-rw-r--r--util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/util.h b/util.h
new file mode 100644
index 0000000..e161efe
--- /dev/null
+++ b/util.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "global.h"
+
+
+i64 make_timestamp(void);