Skip to content

Commit

Permalink
Fixed function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakagg committed Jul 14, 2024
1 parent f954f56 commit ef41729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t4k_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ SDL_Surface** render_buttons(MenuNode* menu, bool selected);
char* find_title_length(MenuNode* menu, int* length);
char* find_longest_text(MenuNode* menu, int* length);
int find_longest_menu_page(MenuNode* menu);
void set_font_size();
void set_font_size(bool uniform);
void prerender_menu(MenuNode* menu);
int min(int a, int b);
int max(int a, int b);
Expand Down

0 comments on commit ef41729

Please sign in to comment.