diff options
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r-- | engines/hopkins/globals.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h index 3bbaa2c9f4..81cb05184f 100644 --- a/engines/hopkins/globals.h +++ b/engines/hopkins/globals.h @@ -285,6 +285,26 @@ class Globals { private: HopkinsEngine *_vm; public: + byte *CACHE_BANQUE[6]; + ZonePItem ZONEP[106]; + CarreZoneItem CarreZone[101]; + BqeAnimItem Bqe_Anim[35]; + BankItem Bank[8]; + BobItem Bob[36]; + ListeItem Liste[6]; + Liste2Item Liste2[35]; + BlAnimItem BL_ANIM[30]; + VBobItem VBob[35]; + ObjetWItem ObjetW[300]; + BlocItem BLOC[250]; + CacheItem Cache[25]; + SegmentItem Segment[101]; + int BOBZONE[105]; + bool BOBZONE_FLAG[105]; + int STAILLE[500]; + int16 super_parcours[32002]; + int Param[2100]; + HopkinsItem Hopkins[70]; int FR; int SVGA; int internet; @@ -329,26 +349,6 @@ public: byte *TETE; byte *ICONE; byte *BUF_ZONE; - byte *CACHE_BANQUE[6]; - ZonePItem ZONEP[106]; - CarreZoneItem CarreZone[101]; - BqeAnimItem Bqe_Anim[35]; - BankItem Bank[8]; - BobItem Bob[36]; - ListeItem Liste[6]; - Liste2Item Liste2[35]; - BlAnimItem BL_ANIM[30]; - VBobItem VBob[35]; - ObjetWItem ObjetW[300]; - BlocItem BLOC[250]; - CacheItem Cache[25]; - SegmentItem Segment[101]; - int BOBZONE[105]; - bool BOBZONE_FLAG[105]; - int STAILLE[500]; - int16 super_parcours[32002]; - int Param[2100]; - HopkinsItem Hopkins[70]; byte *Winventaire; byte *texte_tmp; int texte_long; |