Update libloot to v0.15.0

This commit is contained in:
Oliver Hamlet
2019-11-06 18:58:02 +00:00
parent b52cd9bd6b
commit 263322a75c
5 changed files with 7 additions and 18 deletions
-2
View File
@@ -168,8 +168,6 @@ void bindFunctions(pybind11::module& module) {
module.def("is_compatible", &IsCompatible);
module.def("initialise_locale", &InitialiseLocale, arg("id") = "");
module.def("create_game_handle", &py::CreateGameHandle,
arg("game"),
arg("game_path"),