Initial working version of many miso classes. The beginnings of some
of our tile- and scene-related machinations. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@44 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// $Id: CompiledTileSetManager.java,v 1.1 2001/07/12 22:38:03 shaper Exp $
|
||||
|
||||
package com.threerings.cocktail.miso.tile;
|
||||
|
||||
public class CompiledTileSetManager implements TileSetManager
|
||||
{
|
||||
public TileSet getTileSet (int tsid)
|
||||
{
|
||||
// TBD
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user