22 #ifndef NEVERHOOD_SMACKERSCENE_H 23 #define NEVERHOOD_SMACKERSCENE_H 25 #include "neverhood/neverhood.h" 26 #include "neverhood/resourceman.h" 27 #include "neverhood/scene.h" 35 void setFileHash(uint32 fileHash);
36 void setFileHashList(
const uint32 *fileHashList);
38 uint32 getSmackerFileHash()
const {
return _fileHash[0]; }
43 bool _videoPlayedBefore;
44 bool _playNextVideoFlag;
45 int _fileHashListIndex;
46 const uint32 *_fileHashList;
Definition: background.h:30
Definition: neverhood.h:60
Definition: smackerscene.h:31