aboutsummaryrefslogtreecommitdiff
path: root/Source/GameStructures.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/GameStructures.h')
-rw-r--r--Source/GameStructures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/GameStructures.h b/Source/GameStructures.h
index e308531..8c459e3 100644
--- a/Source/GameStructures.h
+++ b/Source/GameStructures.h
@@ -211,6 +211,7 @@ typedef enum t_fontflags
typedef struct t_Font
{
GsSprite spr;
+ short char_spacing;
short char_w;
short char_h;
char init_ch;