Hack support for named library preload (need to revise this more)

This commit is contained in:
Joshua Granick
2016-12-24 00:42:02 -08:00
parent c31151e441
commit 6b4f70027f
2 changed files with 52 additions and 5 deletions

View File

@@ -75,6 +75,8 @@ class ApplicationMain {
preloader.create (config);
preloader.addLibrary (library);
::if (libraries != null)::::foreach libraries::::if (preload)::preloader.addLibraryName ("::name::");
::end::::end::::end::
preloader.load ();
start ();