aboutsummaryrefslogtreecommitdiff
path: root/src/board/fen.hpp
blob: 35b8d6fec752464f75324825f08ea6200e826ba9 (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 *g);
#endif /* SRC_FEN_H_ */