Skip to content

Commit

Permalink
Open lua os library
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Oct 18, 2023
1 parent db5d150 commit 672da68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tool/jml-viewer/Command/Snapshot.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ inline auto runSnapshotScript(CommandLine const& cli) -> juce::Result
sol::lib::debug,
sol::lib::io,
sol::lib::math,
sol::lib::os,
sol::lib::package,
sol::lib::string,
sol::lib::table
Expand Down
1 change: 1 addition & 0 deletions tool/jml-viewer/Command/Test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ inline auto runTestScript(CommandLine const& cli) -> juce::Result
sol::lib::debug,
sol::lib::io,
sol::lib::math,
sol::lib::os,
sol::lib::package,
sol::lib::string,
sol::lib::table
Expand Down
1 change: 1 addition & 0 deletions tool/jml-viewer/Viewer/LuaScriptViewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ auto LuaScriptViewer::reloadLuaState() -> void
sol::lib::debug,
sol::lib::io,
sol::lib::math,
sol::lib::os,
sol::lib::package,
sol::lib::string,
sol::lib::table
Expand Down

0 comments on commit 672da68

Please sign in to comment.