diff options
Diffstat (limited to 'engines/voyeur/voyeur.h')
-rw-r--r-- | engines/voyeur/voyeur.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h index 681e87637b..43a18e0a3a 100644 --- a/engines/voyeur/voyeur.h +++ b/engines/voyeur/voyeur.h @@ -66,7 +66,6 @@ private: Common::Array<int> _resolves; FontInfoResource _defaultFontInfo; int _iForceDeath; - byte *_stampData; void ESP_Init(); void initialiseManagers(); @@ -83,6 +82,8 @@ private: void doOpening(); void playStamp(); + void initStamp(); + void initUseCount(); void initThreadStruct(byte *threadStruct); protected: // Engine APIs @@ -97,7 +98,13 @@ public: SoundManager _soundManager; SVoy _voy; + BoltFile *_stampLibPtr; + BoltGroup *_controlGroupPtr; ControlResource *_controlPtr; + byte *_stampData; + BoltGroup *_stackGroupPtr; + int _stampFlags; + int _stm_useCount[8]; public: VoyeurEngine(OSystem *syst, const VoyeurGameDescription *gameDesc); virtual ~VoyeurEngine(); |