Skip to content
Snippets Groups Projects
Commit ef3f1f70 authored by sabrina.lapaire's avatar sabrina.lapaire
Browse files

Modifier twoPlayers.h

parent 96c8140d
Branches
No related tags found
No related merge requests found
#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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment