From 1b9077d38b54c4c776da33ffeb67cb3b72e3e291 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 18 Aug 2024 22:33:12 +0200 Subject: [PATCH] oversight --- src/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);