This commit is contained in:
Aang23 2025-01-19 18:55:12 +01:00
parent 0cf3c18aa9
commit ad213d71c1
9 changed files with 201 additions and 39 deletions

View file

@ -21,6 +21,8 @@ namespace satdump
lua.open_libraries(sol::lib::base);
lua.open_libraries(sol::lib::string);
lua.open_libraries(sol::lib::math);
lua.open_libraries(sol::lib::table);
lua.open_libraries(sol::lib::io);
// Experimental
lua["add_handler_to_products"] = [this](std::shared_ptr<Handler> p) // TODO, find why THIS specifically crashes...