d89f7ed454
for any derived class implementing TileSetManager. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@274 542714f4-19e9-0310-aa3c-eee0fc999fb1
11 lines
232 B
Java
11 lines
232 B
Java
//
|
|
// $Id: CompiledTileSetManager.java,v 1.8 2001/08/16 23:17:46 mdb Exp $
|
|
|
|
package com.threerings.miso.tile;
|
|
|
|
import com.threerings.media.tile.TileSetManagerImpl;
|
|
|
|
public class CompiledTileSetManager extends TileSetManagerImpl
|
|
{
|
|
}
|