From a8be0d3d20f07d4561826b01f566ca307eb23526 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 12 Aug 2016 14:46:51 +0200 Subject: commit as a backup --- main.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 main.h (limited to 'main.h') diff --git a/main.h b/main.h new file mode 100644 index 0000000..2ae09fc --- /dev/null +++ b/main.h @@ -0,0 +1,10 @@ +#pragma once +#include + +uint32_t now(); // get monotonic time in ms + +extern int g_width; +extern int g_height; +extern int g_harfe_connected; + +extern int g_harfe_fd; -- cgit v1.2.3