OSDN Git Service

Move common type definition(e.g. rect,mtarix) move to SwfBaseType module.
[happyabc/happyabc.git] / swflib / swfType.ml
1
2 type 'a t = {
3   version:    int;
4   frame_size:  SwfBaseType.rect;
5   frame_rate:  float;
6   frame_count: int;
7   tags : 'a list
8 }