aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/minigames/geisha/diving.h
diff options
context:
space:
mode:
authorSven Hesse2011-09-04 14:25:55 +0200
committerSven Hesse2011-09-14 18:54:28 +0200
commit00a5ccfce09d02e55515ef9e0e25a7e7b1f74c39 (patch)
treec0a982934af8ec34de461dad0fbe91253e667529 /engines/gob/minigames/geisha/diving.h
parent358f55db402d1c8acd72c65f76b37a310575809d (diff)
downloadscummvm-rg350-00a5ccfce09d02e55515ef9e0e25a7e7b1f74c39.tar.gz
scummvm-rg350-00a5ccfce09d02e55515ef9e0e25a7e7b1f74c39.tar.bz2
scummvm-rg350-00a5ccfce09d02e55515ef9e0e25a7e7b1f74c39.zip
GOB: Add stubby "Diving" white pearl drawing
Diffstat (limited to 'engines/gob/minigames/geisha/diving.h')
-rw-r--r--engines/gob/minigames/geisha/diving.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/minigames/geisha/diving.h b/engines/gob/minigames/geisha/diving.h
index 96a8a74903..9975b0f53f 100644
--- a/engines/gob/minigames/geisha/diving.h
+++ b/engines/gob/minigames/geisha/diving.h
@@ -57,6 +57,7 @@ private:
Surface *_blackPearl;
+ uint8 _whitePearlCount;
uint8 _blackPearlCount;
void init();
@@ -65,6 +66,7 @@ private:
void initScreen();
void foundBlackPearl();
+ void foundWhitePearl();
};
} // End of namespace Geisha