20 #include "../Engine/State.h" 31 const std::vector<std::string> *_videos;
32 bool _useUfoAudioSequence;
35 VideoState(
const std::vector<std::string> *videos,
bool useUfoAudioSequence);
A game state that receives user input and reacts accordingly.
Definition: State.h:43
void init()
Plays the video.
Definition: VideoState.cpp:395
~VideoState()
Cleans up the Intro state.
Definition: VideoState.cpp:53
VideoState(const std::vector< std::string > *videos, bool useUfoAudioSequence)
Creates the Intro state.
Definition: VideoState.cpp:45
Shows video cinematics.
Definition: VideoState.h:28
Definition: BaseInfoState.cpp:40