From 9c2248ce7676a4eff3347df8f04c36a575a75598 Mon Sep 17 00:00:00 2001 From: Noah69420 Date: Mon, 16 Dec 2024 11:30:26 +0100 Subject: [PATCH] pipes2 game --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index b9d4efa..cfd8b25 100644 --- a/src/main.c +++ b/src/main.c @@ -37,7 +37,6 @@ Datum: 04.12.2024 #include "pipes_test.h" #include "pipes2.h" -#include "pipes2_game.h" #ifdef __linux__ @@ -361,7 +360,6 @@ int main(int argc, char **argv){ case 'p': pipes(width, height); break; case 'P': pipes_2(width, height); break; - case 'o': pipes_2_game(width, height); break; // windows case -32:{