mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
WIP
This commit is contained in:
parent
0cf3c18aa9
commit
ad213d71c1
9 changed files with 201 additions and 39 deletions
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue