summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-12 14:46:51 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-12 14:46:51 +0200
commita8be0d3d20f07d4561826b01f566ca307eb23526 (patch)
treeb2c5c6d513ae3a84aba8e4eea94ec32e46d352fa /main.h
commit as a backup
Diffstat (limited to 'main.h')
-rw-r--r--main.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/main.h b/main.h
new file mode 100644
index 0000000..2ae09fc
--- /dev/null
+++ b/main.h
@@ -0,0 +1,10 @@
1#pragma once
2#include <stdint.h>
3
4uint32_t now(); // get monotonic time in ms
5
6extern int g_width;
7extern int g_height;
8extern int g_harfe_connected;
9
10extern int g_harfe_fd;