aboutsummaryrefslogtreecommitdiff
path: root/brailleboi.h
diff options
context:
space:
mode:
Diffstat (limited to 'brailleboi.h')
-rw-r--r--brailleboi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/brailleboi.h b/brailleboi.h
index 1138e09..f06d0da 100644
--- a/brailleboi.h
+++ b/brailleboi.h
@@ -3,6 +3,7 @@
typedef struct image_buffer {
int width, height;
+ int char_width, char_height;
int* contents;
} image_buffer;