diff options
Diffstat (limited to 'console.h')
-rw-r--r-- | console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console.h b/console.h new file mode 100644 index 0000000..3a303fb --- /dev/null +++ b/console.h @@ -0,0 +1 @@ +extern int getTerminalSize(unsigned short *width, unsigned short *height); |