aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.h
diff options
context:
space:
mode:
authorStrangerke2013-01-08 08:37:42 +0100
committerStrangerke2013-01-08 08:37:42 +0100
commit5a961b104fb22ce1c32f46a112a185c1fc08b45c (patch)
tree1bc9506aa55ebf406db7cf28695c97cd9a26fa58 /engines/hopkins/objects.h
parente67e84dfe75cffd1ed363c4f81054d6a1a62b868 (diff)
downloadscummvm-rg350-5a961b104fb22ce1c32f46a112a185c1fc08b45c.tar.gz
scummvm-rg350-5a961b104fb22ce1c32f46a112a185c1fc08b45c.tar.bz2
scummvm-rg350-5a961b104fb22ce1c32f46a112a185c1fc08b45c.zip
HOPKINS: Refactor nextObjectIcon
Diffstat (limited to 'engines/hopkins/objects.h')
-rw-r--r--engines/hopkins/objects.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h
index 4acb0174a3..8b7ed924e1 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -194,8 +194,8 @@ public:
void handleRightButton();
int MZONE();
void initBorder(int a1);
- void OBJETPLUS(int a1);
- void VALID_OBJET(int a1);
+ void nextObjectIcon(int idx);
+ void takeInventoryObject(int idx);
void OPTI_OBJET();
void handleSpecialGames();
void BOB_VIVANT(int a1);