26 #include "common/file.h" 36 memset(_hdrBytes, 0,
sizeof(_hdrBytes));
48 int processControlChunk();
49 int processImageChunk();
50 int processPaletteChunk();
51 int processSoundChunk();
52 int proccessMidiChunk();
57 uint8 processMessages(
bool keepAct, uint32 *msecs);
73 bool _doUpdateScreen =
false;
74 uint32 _skippedFrames = 0;
75 uint32 _currentFrame = 0;
76 uint32 _firstFrameTime = 0;
78 bool _forceStopMidi =
false;
86 int _midiBufferSize = 0;
87 int _soundBufferSize = 0;
88 int _paletteBufferSize = 0;
90 int _packedBufferSize = 0;
99 bool _midiStarted =
false;
100 bool _soundPlaying =
false;
105 int32 _hdrValue1 = 0;
106 int32 _hdrValue2 = 0;
111 #endif //GAMOS_MOVIE_H