Skip to content
Snippets Groups Projects
Commit b6d5af14 authored by David Bergström's avatar David Bergström
Browse files

Add one more line of documentation

parent 3e7e3868
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ PYBIND11_MODULE(library, m)
define_map_tools(m);
define_building_placer(m);
// Note: This is not sc2::Coordinator but a small wrapper class which
// overrides the constructor of sc2::Coordinator, see library.h.
py::class_<Coordinator>(m, "Coordinator")
.def(py::init())
.def(py::init<std::string>())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment