9 lines
151 B
C
9 lines
151 B
C
#ifndef TEST_UTILS_H
|
|
#define TEST_UTILS_H
|
|
|
|
#include "../global_macros.h"
|
|
|
|
void printBoard(char board[BRD_SIZE_X][BRD_SIZE_Y]);
|
|
|
|
#endif // TEST_UTILS_H
|