Elaborato_SO/inc/forza4.h

14 lines
265 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);
tile_t checkWinAll(tile_t *board, int rows, int collums);
#endif