diff options
Diffstat (limited to 'src/font/inc')
| -rw-r--r-- | src/font/inc/font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/font/inc/font.h b/src/font/inc/font.h index 524355d..b074089 100644 --- a/src/font/inc/font.h +++ b/src/font/inc/font.h @@ -12,6 +12,7 @@ enum font }; int font_puts(enum font, short x, short y, const char *s); +int font_dim(enum font f, const char *str, short *x, short *y); extern struct sprite font_sprite; |
