aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/lilliput.h
diff options
context:
space:
mode:
authorStrangerke2012-05-02 22:01:20 +0200
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commitf17868ebd9d5570881777d8e8d1aec0611bea738 (patch)
treea47a82ecd06eac9c6fd0c5265ec8fc7638d03033 /engines/lilliput/lilliput.h
parent18029a5597bee268986a02a8d04df122ba7bfc3b (diff)
downloadscummvm-rg350-f17868ebd9d5570881777d8e8d1aec0611bea738.tar.gz
scummvm-rg350-f17868ebd9d5570881777d8e8d1aec0611bea738.tar.bz2
scummvm-rg350-f17868ebd9d5570881777d8e8d1aec0611bea738.zip
LILLIPUT: Implement 4 core functions
Diffstat (limited to 'engines/lilliput/lilliput.h')
-rw-r--r--engines/lilliput/lilliput.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/engines/lilliput/lilliput.h b/engines/lilliput/lilliput.h
index 1d0184172e..8394fd83f9 100644
--- a/engines/lilliput/lilliput.h
+++ b/engines/lilliput/lilliput.h
@@ -108,8 +108,10 @@ public:
byte _byte15EAD;
byte _debugFlag; // Mostly useless, as the associated functions are empty
byte _byte14837; // Unused byte, set by an opcode
+ byte _byte16939;
byte _array147D1[3];
+ byte _array1692B[4];
byte _buffer1[45056];
byte _buffer2[45056];
byte _buffer3[45056];
@@ -139,9 +141,10 @@ public:
int _currentDisplayCharacter;
int _displayStringIndex;
int _word1289D;
+ int _word16937;
+
short _word15E5D[40];
byte _byte15E35[40];
-
int _array11D49[40];
int _array1289F[40];
int _array12861[30];
@@ -247,9 +250,11 @@ public:
void viewportScrollTo(int var1, int var3);
void sub189DE();
void sub16626();
-
+ void sub16A08(int index);
+ byte sub16A76(int indexb, int indexs);
void sub17224(int var1, int var4);
void sub17264(int index, int var4);
+ uint16 sub168DA(byte var1h, byte var1l);
void renderCharacters(byte *buf, byte x, byte y);
@@ -293,6 +298,7 @@ public:
void sub16B8F(int index, int x, int y, int flag);
int sub1675D(int index, int var1);
byte sub166F7(int index, int var1, int tmpVal);
+ void sub1693A(int index);
void initGame(const LilliputGameDescription *gd);
byte *loadVGA(Common::String filename, bool loadPal);