diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-04-13 20:42:31 +1000 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-04-13 20:42:31 +1000 |
| commit | 12ad6ebd615f57b7b1032953ab9ea9b29ca1bc87 (patch) | |
| tree | 76e8ad4bb3d8d322e2bd3ba260e0a5de1c7f5ea9 /src/fastmouse.h | |
| parent | 4d026618caf38124ed87fafe578798be37c127ed (diff) | |
Add ability to write userspace tests, update cmake build process
Diffstat (limited to 'src/fastmouse.h')
| -rw-r--r-- | src/fastmouse.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
