diff options
| author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-12 14:46:51 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-12 14:46:51 +0200 |
| commit | a8be0d3d20f07d4561826b01f566ca307eb23526 (patch) | |
| tree | b2c5c6d513ae3a84aba8e4eea94ec32e46d352fa /main.h | |
commit as a backup
Diffstat (limited to 'main.h')
| -rw-r--r-- | main.h | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -0,0 +1,10 @@ | |||
| 1 | #pragma once | ||
| 2 | #include <stdint.h> | ||
| 3 | |||
| 4 | uint32_t now(); // get monotonic time in ms | ||
| 5 | |||
| 6 | extern int g_width; | ||
| 7 | extern int g_height; | ||
| 8 | extern int g_harfe_connected; | ||
| 9 | |||
| 10 | extern int g_harfe_fd; | ||
