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 <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdbool.h> #include <stdbool.h>
#include "board.h"
#ifndef twoplayers_h
void print_game(); #define twoplayers_h
void play(); void play();
bool winner(); bool winner();
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment