From 312815b9f2976a55e268ef88e730b6e7187070e1 Mon Sep 17 00:00:00 2001 From: Siamak Date: Fri, 10 Feb 2023 16:20:54 +0100 Subject: [PATCH] Links beginnen --- src/Spiellogik.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Spiellogik.c b/src/Spiellogik.c index 0daf6e7..1325f88 100644 --- a/src/Spiellogik.c +++ b/src/Spiellogik.c @@ -135,6 +135,9 @@ int update(int realU[N][N],char richtung) { } } } + else if (richtung == 'l') { + + } int probe(int input){ return input;