summaryrefslogtreecommitdiff
path: root/src/client/hotKey.h
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-08 18:27:39 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-08 18:27:39 -0700
commitf1ddc12b68b4e4c8087962de25260470e6df2bea (patch)
tree7d0440a6402a9b0ef75ded23fa64b68534255bba /src/client/hotKey.h
parent6025860a61386bf767b29c3ec5fd0d31285f1056 (diff)
Add tuxanci2 files
Diffstat (limited to 'src/client/hotKey.h')
-rw-r--r--src/client/hotKey.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/client/hotKey.h b/src/client/hotKey.h
deleted file mode 100644
index 51b027f..0000000
--- a/src/client/hotKey.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef HOTKEY_H
-#define HOTKEY_H
-
-#define HOTKEY_ACTIVE_INTERVAL 500
-
-extern void hot_key_init();
-extern void hot_key_register(SDLKey key, void (*handler) ());
-extern void hot_key_unregister(SDLKey key);
-extern void hot_key_enable(SDLKey key);
-extern void hot_key_disable(SDLKey key);
-extern void hot_key_event();
-extern void hot_key_quit();
-
-#endif /* HOTKEY_H */