APL/APL1.1/SAE11_2021/lib_taquin/taquin_graphique.h

9 lines
218 B
C
Raw Normal View History

2021-11-22 17:29:33 +01:00
#ifndef _TAQUIN_GRAPHIQUE_H
#define _TAQUIN_GRAPHIQUE_H
2021-11-26 12:14:37 +01:00
extern int ImageX, ImageY;
2021-11-22 17:29:33 +01:00
2021-11-26 12:14:37 +01:00
void UpdateTaquin(char* filename, int** Taquin, int rows, int columns);
void UpdatePiece(int row, int column, couleur color);
2021-11-22 17:29:33 +01:00
#endif