22 #ifndef ASYLUM_VIEWS_VIDEO_H 23 #define ASYLUM_VIEWS_VIDEO_H 25 #include "common/array.h" 26 #include "common/events.h" 27 #include "common/system.h" 28 #include "common/list.h" 30 #include "audio/mixer.h" 32 #include "graphics/surface.h" 34 #include "video/video_decoder.h" 36 #include "asylum/eventhandler.h" 37 #include "asylum/shared.h" 39 #include "asylum/system/screen.h" 44 class GraphicResource;
51 ResourceId resourceId;
84 int32 _subtitleCounter;
85 ResourceId _previousFont;
87 byte _subtitlePalette[PALETTE_SIZE];
95 void play(
const Common::Path &filename,
bool showSubtitles);
105 void loadSubtitles();
110 #endif // ASYLUM_VIEWS_VIDEO_H
Definition: eventhandler.h:43
Definition: video_decoder.h:53
Definition: eventhandler.h:61