This commit is contained in:
2024-07-30 12:29:12 +03:00
parent 69ca98ffb5
commit aa0a2c5fb9
4 changed files with 124 additions and 26 deletions

View File

@@ -1,8 +1,8 @@
#ifndef TEST_UTILS_H
#define TEST_UTILS_H
#include "../global_macros.h"
#include "../globals.h"
void printBoard(char board[BRD_SIZE_X][BRD_SIZE_Y]);
void printBoard();
#endif // TEST_UTILS_H