6 lines
103 B
C
6 lines
103 B
C
#ifndef _TAQUIN_H
|
|
#define _TAQUIN_H
|
|
|
|
void CreateTaquin(char * filename, int rows, int columns);
|
|
|
|
#endif |