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