From ef3f1f7046904cc3a68a60c96ae9433d026d7201 Mon Sep 17 00:00:00 2001
From: "sabrina.lapaire" <sabrina.lapaire@etu.hesge.ch>
Date: Sat, 22 Mar 2025 01:01:16 +0100
Subject: [PATCH] Modifier twoPlayers.h

---
 src/twoPlayers.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/twoPlayers.h b/src/twoPlayers.h
index 3df27fa..881b721 100644
--- a/src/twoPlayers.h
+++ b/src/twoPlayers.h
@@ -1,8 +1,10 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdbool.h>
+#include "board.h"
 
-
-void print_game();
+#ifndef twoplayers_h
+#define twoplayers_h
 void play();
 bool winner();
+#endif
-- 
GitLab