pipes2 game

pipes2game
Noah69420 2024-12-16 11:30:26 +01:00
parent 4ccc99dc7a
commit 9c2248ce76
1 changed files with 0 additions and 2 deletions

View File

@ -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:{