aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/computer.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-12-02 19:10:22 +1100
committerPaul Gilbert2012-12-02 19:10:22 +1100
commitad7ed5eae89f0fc70df8ee6316b272fa05be199a (patch)
treee05daa436d7b1627ef8f0065ec221aea5ffc32bb /engines/hopkins/computer.h
parent5cd2633b3bf4ce80517afc9de618278e4f004d85 (diff)
downloadscummvm-rg350-ad7ed5eae89f0fc70df8ee6316b272fa05be199a.tar.gz
scummvm-rg350-ad7ed5eae89f0fc70df8ee6316b272fa05be199a.tar.bz2
scummvm-rg350-ad7ed5eae89f0fc70df8ee6316b272fa05be199a.zip
HOPKINS: Fix button selections in Breakout high scores list
Diffstat (limited to 'engines/hopkins/computer.h')
-rw-r--r--engines/hopkins/computer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hopkins/computer.h b/engines/hopkins/computer.h
index edd214e596..6632213bfe 100644
--- a/engines/hopkins/computer.h
+++ b/engines/hopkins/computer.h
@@ -154,6 +154,10 @@ private:
*/
void PLAY_BRIQUE();
+ /**
+ * Show the high scores for the Breakout game
+ * @return The selected button index: 1 = Game, 2 = Quit
+ */
int HIGHT_SCORE();
void NAME_SCORE();
void IMPSCORE(int a1, int a2);