diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-26 18:03:21 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-26 20:00:27 +0200 |
| commit | ad1d6b1f66f2c9113ca54979c61141a2ae94be48 (patch) | |
| tree | 75e35d8dbb61ad52df2b00ab3ca40e11478df942 /src/font/inc | |
| parent | 7c75118429596dcfd86dbefb32e9ae79585c4da0 (diff) | |
| download | rts-ad1d6b1f66f2c9113ca54979c61141a2ae94be48.tar.gz | |
font: deprecate font_printf
This function is no longer needed since `gui` was revamped.
Diffstat (limited to 'src/font/inc')
| -rw-r--r-- | src/font/inc/font.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/font/inc/font.h b/src/font/inc/font.h index 4e160c0..524355d 100644 --- a/src/font/inc/font.h +++ b/src/font/inc/font.h @@ -11,7 +11,6 @@ enum font FONT }; -int font_printf(enum font f, short x, short y, const char *fmt, ...); int font_puts(enum font, short x, short y, const char *s); extern struct sprite font_sprite; |
