aboutsummaryrefslogtreecommitdiff
path: root/src/fen.hpp
blob: 1bd7f808c0f786d90ef0d544f658df02a168c162 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SRC_FEN_H_
#define SRC_FEN_H_

#include <string>

#include "board.hpp"

void setBoardFen(std::string fen, Board *b);
#endif /* SRC_FEN_H_ */