summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hud.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hud.h b/src/hud.h
index 8ea0877..fed152f 100644
--- a/src/hud.h
+++ b/src/hud.h
@@ -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