Refactor API for clarity and future changes

This commit is contained in:
Joshua Granick
2018-06-28 16:54:08 -07:00
parent 4a34bc515c
commit 9a0c65ed2e
451 changed files with 1207 additions and 25962 deletions

View File

@@ -69,7 +69,7 @@ package;
ManifestResources.init (config);
var preloader = new ::if (PRELOADER_NAME != "")::::PRELOADER_NAME::::else::lime.app.Preloader::end:: ();
var preloader = new ::if (PRELOADER_NAME != "")::::PRELOADER_NAME::::else::lime.utils.Preloader::end:: ();
#if !munit
var app = new ::APP_MAIN:: ();