Issue #1118 Loading characters through ImportAssets - show as readonly

icon
This commit is contained in:
Jindra Petřík
2016-01-03 22:25:54 +01:00
parent c069d5e0e4
commit c2aba5fc08
21 changed files with 2325 additions and 2183 deletions

View File

@@ -0,0 +1,10 @@
package com.jpexs.decompiler.flash;
/**
*
* @author JPEXS
*/
public interface UrlResolver {
public SWF resolveUrl(String url);
}