Refactor
This commit is contained in:
12
include/pieces.h
Normal file
12
include/pieces.h
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#ifndef PIECES_H
|
||||
#define PIECES_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
bool move_ok(const tile_t board[BOARD_SIZE],
|
||||
index_t from,
|
||||
index_t to,
|
||||
int player);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user