Ah yes; I don't build the jme stuff, so I managed to miss importing the appropriate things.

I think that should be all, but the build will yell shortly if I managed to miss some in
my quick pass through the logs.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@823 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Dave Hoover
2009-05-23 01:53:40 +00:00
parent d2b9e2ebb9
commit 09d081e261
14 changed files with 33 additions and 0 deletions
@@ -27,6 +27,9 @@ import java.util.HashSet;
import java.util.Iterator;
import java.util.Properties;
import com.google.common.collect.Lists;
import com.google.common.collect.Sets;
import com.jme.math.Matrix4f;
import com.jme.math.Quaternion;
import com.jme.math.Vector3f;