From 647c3d194e983fbabb878e074ae355202a4f5209 Mon Sep 17 00:00:00 2001 From: pvtrx Date: Mon, 13 Oct 2025 18:16:54 +0200 Subject: [PATCH] deleted test line in game.c --- Start_Windows/game.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Start_Windows/game.c b/Start_Windows/game.c index 80cf062..d91152d 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -6,7 +6,6 @@ #define MAX_RAND_TRIES_PER_WORD 10 #define EMPTY_CHAR 0 -using ganzzahl = int; //TODO: Spiellogik implementieren: /* * Wörter aus der Wortliste zufällig horizontal oder vertikal platzieren * restliche Felder mit zufälligen Buchstaben füllen */