Initial version of mostly-placeholder sprite-related classes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@132 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// $Id: SpriteManager.java,v 1.1 2001/07/28 01:50:07 shaper Exp $
|
||||
|
||||
package com.threerings.miso.sprite;
|
||||
|
||||
/**
|
||||
* The SpriteManager manages the sprites running about in the game.
|
||||
*/
|
||||
public class SpriteManager
|
||||
{
|
||||
/**
|
||||
* Construct and initialize the SpriteManager object.
|
||||
*/
|
||||
public SpriteManager ()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user