Horizon
src
export_step
export_step.hpp
1
#pragma once
2
#include <string>
3
#include <functional>
4
#include "board/board.hpp"
5
6
namespace
horizon
{
7
void
export_step(
const
std::string &filename,
const
Board &brd,
class
Pool &pool,
bool
include_models,
8
std::function<
void
(std::string)> progress_cb,
const
Board::Colors *colors =
nullptr
);
9
}
horizon
Definition:
block.cpp:9
Generated by
1.8.13