Hex/src/action_plateau.h

10 lines
205 B
C
Raw Normal View History

2016-04-06 14:29:07 +02:00
#ifndef _ACTION_PLATEAU_H_
#define _ACTION_PLATEAU_H_
#include "affichage_plateau.h"
#include "globals.h"
void deplacement (plateau_t p, SDL_Event* event, curseur_t* c);
#endif /* _ACTION_PLATEAU_H_ */