9 lines
124 B
C
9 lines
124 B
C
|
#ifndef fonctions.h
|
||
|
#define fonctions.h
|
||
|
|
||
|
/*Variables fichier terrain.c*/
|
||
|
void variables(){
|
||
|
int j;
|
||
|
int i;
|
||
|
}
|
||
|
#endif
|