APL/APL1.1/SAE11_2021/taquin.h
2021-12-09 11:26:52 +01:00

8 lines
216 B
C

#ifndef _TAQUIN_H
#define _TAQUIN_H
void UpdateTaquin();
void UpdatePiece(int X, int Y, int Index, couleur Color);
void CreateTaquin(char * FileName, int ImageX, int ImageY, int RowNumber, int ColumnNumber);
#endif