チェンジセット 1706
- コミット日時:
- 2008/10/26 11:30:52 (4 年前)
- ファイル:
-
- ocaml/abc2xml/swfmill.ml (更新) (1 diff)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
ocaml/abc2xml/swfmill.ml
r1705 r1706 200 200 201 201 202 let of_script _ = 203 elem "???" [] 202 let of_script scripts = 203 elem_with "scripts" 204 (fun s -> 205 element "ScriptInfo" ["initIndex",Int32.to_string s#init] @@ 206 [elem_with "traits" of_trait s#traits] ) 207 scripts 208 204 209 205 210 let of_abc abc =

