forked from zwickethomas/Photonics-Helfer
pipes2 game
parent
4ccc99dc7a
commit
9c2248ce76
|
@ -37,7 +37,6 @@ Datum: 04.12.2024
|
||||||
|
|
||||||
#include "pipes_test.h"
|
#include "pipes_test.h"
|
||||||
#include "pipes2.h"
|
#include "pipes2.h"
|
||||||
#include "pipes2_game.h"
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
@ -361,7 +360,6 @@ int main(int argc, char **argv){
|
||||||
|
|
||||||
case 'p': pipes(width, height); break;
|
case 'p': pipes(width, height); break;
|
||||||
case 'P': pipes_2(width, height); break;
|
case 'P': pipes_2(width, height); break;
|
||||||
case 'o': pipes_2_game(width, height); break;
|
|
||||||
|
|
||||||
// windows
|
// windows
|
||||||
case -32:{
|
case -32:{
|
||||||
|
|
Loading…
Reference in New Issue