diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-14 15:48:32 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-14 15:48:32 -0400 |
| commit | 5fa96e59fa378af36e90cdd8ee741d164304e3b8 (patch) | |
| tree | 233787686f276f4ca77dc98d61d6efbd6435efb1 /font.h | |
| parent | 26a95fface3c47a870d88cc1abd174c708af0ffe (diff) | |
read stdin input
Diffstat (limited to 'font.h')
| -rw-r--r-- | font.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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_ |
