Horizon
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 }
Definition: block.cpp:7