oversight

This commit is contained in:
Alexandre 2024-08-18 22:33:12 +02:00
parent 8dfb262a78
commit 1b9077d38b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ bool is_an_integer(char c);
float to_float(int n); float to_float(int n);
float to_int(float n); int to_int(float n);
imgs import_digits(SDL_Renderer* renderer); imgs import_digits(SDL_Renderer* renderer);