aboutsummaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'font.h')
-rw-r--r--font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/font.h b/font.h
index 71c1a12..fe77e17 100644
--- a/font.h
+++ b/font.h
@@ -8,5 +8,5 @@ void atlas_init(client_state* state);
void atlas_create_texture(client_state* state);
int atlas_get_strwidth(client_state* state, const char* str);
-
+void atlas_calc_item_widths(client_state* state);
#endif // FONT_H_