removed GC_INIT and gc include from main_driver

This commit is contained in:
MarcUs7i 2025-01-29 20:04:24 +01:00
parent 9727928404
commit 53b9aeb589

View file

@ -12,7 +12,6 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <gc.h>
#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();