APL/APL1.1/SAE11_2021/taquin.h

10 lines
244 B
C
Raw Normal View History

2021-11-29 00:31:21 +01:00
#ifndef _TAQUIN_H
#define _TAQUIN_H
extern int ImageX, ImageY;
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