#ifndef FORZA4_H #define FORZA4_H #include 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