diff options
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r-- | engines/hopkins/globals.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h index 06ddfc4ea5..2c04c9fcc2 100644 --- a/engines/hopkins/globals.h +++ b/engines/hopkins/globals.h @@ -452,6 +452,15 @@ public: int old_z_69; int j_104; + int Credit_bx; + int Credit_bx1; + int Credit_by; + int Credit_by1; + int Credit_y; + int Credit_lignes; + char Credit[12000]; + int Credit_step; + Globals(); ~Globals(); void setParent(HopkinsEngine *vm); |