diff --git a/src/java/com/threerings/resource/ResourceBundle.java b/src/java/com/threerings/resource/ResourceBundle.java index 1e8c0235d..de9a4e60c 100644 --- a/src/java/com/threerings/resource/ResourceBundle.java +++ b/src/java/com/threerings/resource/ResourceBundle.java @@ -1,5 +1,5 @@ // -// $Id: ResourceBundle.java,v 1.10 2003/02/06 19:13:49 mdb Exp $ +// $Id: ResourceBundle.java,v 1.11 2003/04/27 03:27:21 mdb Exp $ package com.threerings.resource; @@ -202,6 +202,14 @@ public class ResourceBundle } } + /** + * Returns the cache directory used for unpacked resources. + */ + public static File getCacheDir () + { + return _tmpdir; + } + /** The file from which we construct our jar file. */ protected File _source;