Skip to content

Commit

Permalink
Fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
bolknote committed Nov 17, 2023
1 parent 8662924 commit cd003a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helpers/hangman.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ typedef struct {
void hangman_app_free(HangmanApp** app);
void hangman_render_callback(Canvas* canvas, void* ctx);
HangmanApp* hangman_app_alloc();
bool hangman_main_loop(HangmanApp* app);
bool hangman_wait_close_window(HangmanApp* app);
bool hangman_menu_selection(HangmanApp* app);
void hangman_draw_gallows(Canvas* canvas, HangmanApp* app);
void hangman_clear_state(HangmanApp* app);
void hangman_text_window(Canvas* canvas, char* ok, char* txt);
Expand Down

0 comments on commit cd003a6

Please sign in to comment.