diff --git a/src/java/com/threerings/resource/ResourceManager.java b/src/java/com/threerings/resource/ResourceManager.java index 451a08e1..4d863abd 100644 --- a/src/java/com/threerings/resource/ResourceManager.java +++ b/src/java/com/threerings/resource/ResourceManager.java @@ -218,6 +218,14 @@ public class ResourceManager } } + /** + * Returns where we're currently looking for locale-specific resources. + */ + public String getLocalePrefix () + { + return _localePrefix; + } + /** * Set where we should look for locale-specific resources. */ @@ -686,7 +694,7 @@ public class ResourceManager * means that we do not know what's available and we'll have to try all possibilities. This * is fine for most applications. */ - protected HashSet getResourceList () + public HashSet getResourceList () { return null; }