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

Modifier twoPlayers.h

parent 96c8140d
No related branches found
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.
Finish editing this message first!
Please register or to comment