25 #include "common/compression/installshieldv3_archive.h" 26 #include "common/random.h" 27 #include "common/serializer.h" 28 #include "engines/engine.h" 29 #include "graphics/managed_surface.h" 30 #include "graphics/wincursor.h" 31 #include "video/smk_decoder.h" 33 #include "private/grammar.h" 49 kPrivateDebugFunction = 1,
56 const int kPaperShuffleSound[7] = {32, 33, 34, 35, 36, 37, 39};
60 const int kPoliceBustVideos[6] = {1, 2, 4, 5, 7, 8};
64 const int kOriginZero[2] = {0, 0};
65 const int kOriginOne[2] = {64, 48};
69 extern Gen::VM *Gen::g_vm;
159 int _screenW, _screenH;
186 NameToPtr _functions;
226 void drawScreenFrame(
const byte *videoPalette);
242 uint32 _transparentColor;
252 bool _needToDrawScreenFrame;
272 DossierArray _dossiers;
273 uint _dossierSuspect;
287 bool _policeBustEnabled;
288 void startPoliceBust();
289 void checkPoliceBust();
291 int _maxNumberClicks;
301 DiaryPages _diaryPages;
302 uint _currentDiaryPage;
308 void loadMemories(
const Common::Rect &rect, uint rightPageOffset, uint verticalOffset);
321 PlayedMediaTable _playedMovies;
322 PlayedMediaTable _playedPhoneClips;
331 void stopSound(
bool);
332 bool isSoundActive();
351 SoundList _policeRadio;
358 void checkPhoneCall();
365 uint32 _safeDigit[3];
369 void renderSafeDigit(uint32);
372 bool getRandomBool(uint);
Definition: managed_surface.h:51
Definition: image_decoder.h:52
Definition: wincursor.h:54
Definition: installshieldv3_archive.h:35
EngineFeature
Definition: engine.h:253
Definition: advancedDetector.h:163
Definition: smk_decoder.h:77
bool canSaveAutosaveCurrently() override
Definition: private.h:206
Definition: serializer.h:79
bool canLoadGameStateCurrently(Common::U32String *msg=nullptr) override
Definition: private.h:203
Definition: private.h:154
Definition: formatinfo.h:28
Definition: decompiler.h:30
Definition: private.h:108
bool canSaveGameStateCurrently(Common::U32String *msg=nullptr) override
Definition: private.h:209
Definition: private.h:115
Definition: private.h:103
Definition: private.h:120
Definition: movie_decoder.h:32
Definition: private.h:128
Language
Definition: language.h:45