diff --git a/src/twoPlayers.c b/src/twoPlayers.c index a34844fcbf378b092ebdfc040159fab814fe6372..92b0314274fcbd8780e457c7c6e2d3c208c0e013 100644 --- a/src/twoPlayers.c +++ b/src/twoPlayers.c @@ -1,13 +1,9 @@ #include "twoPlayers.h" -void print_game(){ - -} - void play(){ - + } bool winner(){ - + return false; }