summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorJoshua Liu <joshua.liu@sourceobby.com>2025-04-30 16:29:48 -0400
committerJoshua Liu <joshua.liu@sourceobby.com>2025-04-30 16:29:48 -0400
commitdd58ddd94dfecbe378f3a0fc190a5f219321acc1 (patch)
tree81e6907aa0d24ce92fccc6a9ee9c180d72d9d260 /util.h
feat: inital commit, mostly moving files from old repository. streamdeck.c now contains basic HIDAPI implementations, util library is still mostly empty
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
new file mode 100644
index 0000000..921a5de
--- /dev/null
+++ b/util.h
@@ -0,0 +1,2 @@
+
+int die();