correction bug
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
#ifndef DEPLACEMENT_H
|
||||
#define DEPLACEMENT_H
|
||||
|
||||
void deplacement (struct adresse* pointeur, char* sens);
|
||||
#define HAUT 0
|
||||
#define DROITE 1
|
||||
#define BAS 2
|
||||
#define GAUCHE 3
|
||||
#include "plateau_init.h"
|
||||
|
||||
void deplacement (struct adresse* pointeur, unsigned char* sens);
|
||||
|
||||
#endif /* DEPLACEMENT_H */
|
||||
|
Reference in New Issue
Block a user