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