Added getImageManager() to the miso context.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@586 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-11-02 03:09:10 +00:00
parent 1a3ed6e45a
commit bd998aff3d
4 changed files with 25 additions and 12 deletions
@@ -1,14 +1,21 @@
//
// $Id: MisoContext.java,v 1.5 2001/10/15 23:53:43 shaper Exp $
// $Id: MisoContext.java,v 1.6 2001/11/02 03:09:10 shaper Exp $
package com.threerings.miso.util;
import com.samskivert.util.Context;
import com.threerings.media.ImageManager;
import com.threerings.media.tile.TileManager;
public interface MisoContext extends Context
{
/**
* Returns a reference to the image manager. This reference is
* valid for the lifetime of the application.
*/
public ImageManager getImageManager ();
/**
* Returns a reference to the tile manager. This reference is
* valid for the lifetime of the application.