diff options
author | Malfurious <m@lfurio.us> | 2023-09-19 11:02:03 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-04-24 13:31:08 -0400 |
commit | b4abda51217101ceffd19c3d403e40781e15dcec (patch) | |
tree | 1418becd7e2d8437fee1f5f3eaa27f7c6e1bb690 /helpers.h | |
parent | d070fde6478431c71fb4a55e783a577439c7cb99 (diff) | |
download | misplays-b4abda51217101ceffd19c3d403e40781e15dcec.tar.gz misplays-b4abda51217101ceffd19c3d403e40781e15dcec.zip |
Multithread version 2
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'helpers.h')
-rw-r--r-- | helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ #include <panel.h> #include <stddef.h> +#define KEY_ESCAPE 0x1b + extern void *xmalloc(size_t size); extern void cursinit(void); |