From 12ad6ebd615f57b7b1032953ab9ea9b29ca1bc87 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sun, 13 Apr 2025 20:42:31 +1000 Subject: Add ability to write userspace tests, update cmake build process --- src/fastmouse.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/fastmouse.h (limited to 'src/fastmouse.h') diff --git a/src/fastmouse.h b/src/fastmouse.h new file mode 100644 index 0000000..f1ee96a --- /dev/null +++ b/src/fastmouse.h @@ -0,0 +1,5 @@ +#ifndef FASTMOUSE_H_ +#define FASTMOUSE_H_ + + +#endif \ No newline at end of file -- cgit v1.2.3