diff options
Diffstat (limited to 'engines/prince/prince.h')
-rw-r--r-- | engines/prince/prince.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/prince/prince.h b/engines/prince/prince.h index 80666b47a9..0f541517cb 100644 --- a/engines/prince/prince.h +++ b/engines/prince/prince.h @@ -336,8 +336,10 @@ public: void enableOptions(); void checkOptions(); void checkInvOptions(); - void inventoryLeftButton(); - void inventoryRightButton(); + + void rightMouseButton(); + void inventoryLeftMouseButton(); + void inventoryRightMouseButton(); int testAnimNr; int testAnimFrame; |