aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 59febac9f1..e41b37f187 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -99,6 +99,7 @@ public:
int Compteur_y;
int spec_largeur;
bool NOFADE;
+ int Reduc_Ecran_L, Reduc_Ecran_H;
public:
GraphicsManager();
~GraphicsManager();
@@ -182,6 +183,7 @@ public:
void videkey();
void Copy_WinScan_Vbe(const byte *srcP, byte *destP);
void Copy_Video_Vbe(const byte *src);
+ void Reduc_Ecran(byte *a1, byte *a2, int a3, int a4, int a5, int a6, int a7);
};
} // End of namespace Hopkins