From 38d25483657e82eb546ecb8566214f830efba461 Mon Sep 17 00:00:00 2001 From: spv Date: Sun, 21 Sep 2025 00:07:50 -0400 Subject: refactoring ftw (now w/ README updates!) --- src/common.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/common.h (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h new file mode 100644 index 0000000..4c01c24 --- /dev/null +++ b/src/common.h @@ -0,0 +1,14 @@ +#ifndef COMMON_H +#define COMMON_H + +#include +#include +#include +#include +#include + +#include "consts.h" + +extern struct timeval* last_press; + +#endif -- cgit v1.2.3