Elaborato_SO/inc/forza4.h

12 lines
206 B
C

#ifndef FORZA4_H
#define FORZA4_H
#include <structures.h>
static int col;
void setCollums(int collums);
int getIndex(int i, int j);
tile_t checkWin(tile_t *board, int pos, int rows, int collums);
#endif