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:
Walter Korman
2001-07-28 01:50:07 +00:00
parent f39087cfc3
commit c76ae0ccf5
3 changed files with 105 additions and 0 deletions
@@ -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 ()
{
}
}