diff --git a/src/base.h b/src/base.h index 572e968..2e1f29c 100644 --- a/src/base.h +++ b/src/base.h @@ -9,7 +9,7 @@ bool is_an_integer(char c); float to_float(int n); -float to_int(float n); +int to_int(float n); imgs import_digits(SDL_Renderer* renderer);