diff options
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common.h b/common.h new file mode 100644 index 0000000..80c552f --- /dev/null +++ b/common.h @@ -0,0 +1,6 @@ +#ifndef __COMMON_H__ +#define __COMMON_H__ + +int toggle_nonblocking_input(); + +#endif // __COMMON_H__ |
