28 #ifndef GOB_DEMOPLAYER_H 29 #define GOB_DEMOPLAYER_H 31 #include "common/str.h" 32 #include "common/stream.h" 33 #include "common/hashmap.h" 44 bool play(
const char *fileName);
45 bool play(uint32 index);
55 bool lineStartsWith(
const Common::String &line,
const char *start);
59 void evaluateVideoMode(
const char *mode);
61 void playVideo(
const char *fileName);
62 void playADL(
const char *params);
64 void playVideoNormal(
int slot);
65 void playVideoDoubled(
int slot);
66 void playADL(
const Common::String &fileName,
bool waitEsc =
true, int32 repeat = -1);
79 static Script _scripts[];
84 #endif // GOB_DEMOPLAYER_H
Definition: demoplayer.h:39