diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/hud.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,6 +67,6 @@ void hud_screensize(int *width, int *height); int hud_fontheight(ulong font); /* Returns the width of a font character, in pixels. */ -int hud_getcharwidth(ulong font, int ch); +int hud_charwidth(ulong font, int ch); #endif |