From f52c5afd1b63aae46fc398faf3caaf19f0bef2a2 Mon Sep 17 00:00:00 2001 From: Quinn <99677023+thepigeongenerator@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:16:37 +0200 Subject: [PATCH] make windows compatible --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index de1fc8d..7f85c45 100644 --- a/src/main.c +++ b/src/main.c @@ -81,7 +81,7 @@ static void close(SDL_Window* window, SDL_Renderer* renderer) { } // entry-point of the application -int main(void) { +int main(int argc, char *argv[]) { // initialize { const int code = init();