9 lines
218 B
C
9 lines
218 B
C
#ifndef _TAQUIN_GRAPHIQUE_H
|
|
#define _TAQUIN_GRAPHIQUE_H
|
|
|
|
extern int ImageX, ImageY;
|
|
|
|
void UpdateTaquin(char* filename, int** Taquin, int rows, int columns);
|
|
void UpdatePiece(int row, int column, couleur color);
|
|
|
|
#endif |