Moved ImageUtil into media.util with the rest of the util classes.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1067 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-02-24 02:20:44 +00:00
parent 04f0421e28
commit 4641d00583
6 changed files with 12 additions and 11 deletions
@@ -1,7 +1,7 @@
//
// $Id: ImageUtil.java,v 1.3 2002/01/18 17:55:43 shaper Exp $
// $Id: ImageUtil.java,v 1.4 2002/02/24 02:20:44 mdb Exp $
package com.threerings.media;
package com.threerings.media.util;
import java.awt.Image;
import java.awt.Graphics;