1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

Expose Emscripten libs to engine.js discreetly

This commit is contained in:
Leon Krause
2018-03-27 09:06:19 +02:00
parent d8d9eea722
commit 63c7fc6358
3 changed files with 6 additions and 10 deletions

View File

@@ -1,2 +1,2 @@
var Engine = {
RuntimeEnvironment: function(Module) {
RuntimeEnvironment: function(Module, exposedLibs) {