diff options
Diffstat (limited to 'js/imachine_api.js')
-rw-r--r-- | js/imachine_api.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/imachine_api.js b/js/imachine_api.js new file mode 100644 index 0000000..672405c --- /dev/null +++ b/js/imachine_api.js @@ -0,0 +1,4 @@ +function iscene(target, is_h, is_end) { + scene_register(target); + return window.script[target](); +} |