hasty bugfix and moved board functions to own directory
This commit is contained in:
11
src/board/board.h
Normal file
11
src/board/board.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
|
||||
#include "../globals.h"
|
||||
|
||||
extern boardInfo brdInfo;
|
||||
|
||||
void setBoardBorders(char board[][brdInfo.x]);
|
||||
void printBoard(char board[][brdInfo.x]);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user