22 #ifndef LASTEXPRESS_ANIMATION_H 23 #define LASTEXPRESS_ANIMATION_H 37 #include "lastexpress/drawable.h" 39 #include "common/array.h" 42 class SeekableReadStream;
67 static const uint32 _soundBlockSize = 739;
72 kChunkTypeUnknown1 = 1,
73 kChunkTypeUnknown2 = 2,
74 kChunkTypeAudioInfo = 3,
75 kChunkTypeUnknown4 = 4,
76 kChunkTypeUnknown5 = 5,
77 kChunkTypeBackground1 = 10,
78 kChunkTypeSelectBackground1 = 11,
79 kChunkTypeBackground2 = 12,
80 kChunkTypeSelectBackground2 = 13,
81 kChunkTypeOverlay = 20,
82 kChunkTypeUpdate = 21,
83 kChunkTypeUpdateTransition = 22,
84 kChunkTypeSound1 = 30,
85 kChunkTypeSound2 = 31,
86 kChunkTypeAudioData = 32,
87 kChunkTypeAudioEnd = 99
96 type = kChunkTypeNone;
109 AnimFrame *_overlay, *_background1, *_background2;
110 byte _backgroundCurrent;
119 #endif // LASTEXPRESS_ANIMATION_H
Definition: animation.h:50
Definition: sequence.h:130
T * iterator
Definition: array.h:54
Definition: animation.h:45
Definition: drawable.h:29
Definition: algorithm.h:29