first commit
This commit is contained in:
8
test_utils/test_utils.h
Normal file
8
test_utils/test_utils.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user