Repackaged a few things in media: sounds stuff went into media.sound and

image stuff went into media.image.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2100 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-01-08 04:09:03 +00:00
parent ab915c9633
commit 1ce6951cb6
34 changed files with 75 additions and 85 deletions
@@ -1,5 +1,5 @@
//
// $Id: CharacterManager.java,v 1.28 2002/12/23 20:33:19 mdb Exp $
// $Id: CharacterManager.java,v 1.29 2003/01/08 04:09:02 mdb Exp $
package com.threerings.cast;
@@ -11,7 +11,7 @@ import com.samskivert.util.StringUtil;
import com.samskivert.util.Throttle;
import com.samskivert.util.Tuple;
import com.threerings.media.util.Colorization;
import com.threerings.media.image.Colorization;
import com.threerings.util.DirectionCodes;
import com.threerings.cast.CompositedActionFrames.ComponentFrames;