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

Merge feature branch

Functionality needed for the tournament

See merge request !9
parents 5f558ce9 6e7d1504
Branches master
Tags 1.3
No related merge requests found
......@@ -31,6 +31,7 @@ PYBIND11_MODULE(library, m)
.def("load_replay_list",&sc2::Coordinator::SetReplayPath, "replay_path"_a)
.def("add_replay_observer",&sc2::Coordinator::AddReplayObserver, "replay_observer"_a)
.def("set_replay_perspective",&sc2::Coordinator::SetReplayPerspective, "perspective"_a)
.def("leave_game", &sc2::Coordinator::LeaveGame)
;
py::enum_<sc2::Race>(m, "Race")
......
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