Have the actionscript-generating stuff understand TypedArray.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4751 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-07-11 01:20:36 +00:00
parent 1867645802
commit 4a34d6d2fd
5 changed files with 10 additions and 2 deletions
@@ -1,6 +1,7 @@
package $package {
import flash.utils.ByteArray;
import com.threerings.io.TypedArray;
#foreach ($import in $imports)
import $import;
#end