forked from sascha/godot
commit
5bb34539e2
@ -1,2 +1,5 @@
|
||||
var Engine = {
|
||||
RuntimeEnvironment: function(Module, exposedLibs) {
|
||||
// The above is concatenated with generated code, and acts as the start of
|
||||
// a wrapper for said code. See engine.js for the other part of the
|
||||
// wrapper.
|
||||
|
||||
Loading…
Reference in New Issue