11 lines
135 B
C
11 lines
135 B
C
|
#ifndef JEU_H
|
||
|
#define JEU_H
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
#include <stdio.h>
|
||
|
#include <graph.h>
|
||
|
#include <time.h>
|
||
|
|
||
|
void LancerJeu(void);
|
||
|
|
||
|
#endif
|