From 53b9aeb589411c7ac8e40a96d995bc9884020395 Mon Sep 17 00:00:00 2001 From: MarcUs7i Date: Wed, 29 Jan 2025 20:04:24 +0100 Subject: [PATCH] removed GC_INIT and gc include from main_driver --- ms_main_driver.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ms_main_driver.c b/ms_main_driver.c index 3a4eea9..04570da 100644 --- a/ms_main_driver.c +++ b/ms_main_driver.c @@ -12,7 +12,6 @@ #include #include #include -#include #include "ms_game.h" #include "ms_visualizer.h" @@ -39,7 +38,6 @@ void ui_branch(GameMode mode); */ int main(int argc, char *argv[]) { - GC_INIT(); GameMode mode = BEGINNER; /* can be surrounded with a loop to restart the game in a different mode */ mode = ui_prompt_for_mode();