Skip to content

Commit

Permalink
Solar2D Directory plugin collector rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchvova committed May 15, 2020
1 parent 35b423b commit 21db741
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 145 deletions.
1 change: 1 addition & 0 deletions librtt/Rtt_Runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ Runtime::FindDownloadablePlugins( const char *simPlatformName )
lua_State *L = luaL_newstate();
luaL_openlibs(L);

Lua::RegisterModuleLoader( L, "lpeg", luaopen_lpeg );
Lua::RegisterModuleLoader( L, "dkjson", Lua::Open< luaload_dkjson > );
Lua::RegisterModuleLoader( L, "json", Lua::Open< luaload_json > );
lua_getglobal(L, "require");
Expand Down
Loading

0 comments on commit 21db741

Please sign in to comment.