aboutsummaryrefslogtreecommitdiff
path: root/src/board/fen.hpp
blob: 7af3db3177c7c09cf55ee622a71b30cb6151842a (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(const std::string fen, Game *b);
#endif /* SRC_FEN_H_ */