diff options
Diffstat (limited to 'src/ascii.h')
-rw-r--r-- | src/ascii.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ascii.h b/src/ascii.h new file mode 100644 index 0000000..6c86898 --- /dev/null +++ b/src/ascii.h @@ -0,0 +1,9 @@ +#ifndef _ASCII_H +#define _ASCII_H + +#define ASCII_WIDTH 5 +#define ASCII_HEIGHT 11 + +extern const char ascii_chars[256][ASCII_WIDTH * ASCII_HEIGHT]; + +#endif |