A repository for preferences for the presents package.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2199 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
//
|
||||||
|
// $Id: PresentsPrefs.java,v 1.1 2003/01/21 00:16:36 mdb Exp $
|
||||||
|
|
||||||
|
package com.threerings.presents.client;
|
||||||
|
|
||||||
|
import com.samskivert.util.Config;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides access to runtime configuration parameters for this package
|
||||||
|
* and its subpackages.
|
||||||
|
*/
|
||||||
|
public class PresentsPrefs
|
||||||
|
{
|
||||||
|
/** Used to load our preferences from a properties file and map them
|
||||||
|
* to the persistent Java preferences repository. */
|
||||||
|
public static Config config = new Config("rsrc/config/presents");
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user