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;