summaryrefslogtreecommitdiff
path: root/main.h
blob: 2ae09fcbc41744865ba1f4d697c05115f0ed6602 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once
#include <stdint.h>

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;