diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-29 00:27:33 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-29 00:27:33 +0200 |
| commit | 4d4b92c2b61164ba50b21fcc779b3f8505d16ed4 (patch) | |
| tree | 4009cd1fd8af0a326b86281612fa5f713b472866 /src/font/inc | |
| parent | c538eb1b90629b5daa6a95687c6c86ef00069457 (diff) | |
| download | jancity-4d4b92c2b61164ba50b21fcc779b3f8505d16ed4.tar.gz | |
font: implement font_dim
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; |
