From c1aafc9b47f21608c19a686f4eeab243cea036fe Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 19 Dec 2012 02:15:32 +0100 Subject: HOPKINS: Rename methods in ObjectsManager, Globals and GraphicsManager --- engines/hopkins/objects.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/hopkins/objects.h') diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h index 5793fc5fe3..00eddfdd5e 100644 --- a/engines/hopkins/objects.h +++ b/engines/hopkins/objects.h @@ -172,16 +172,16 @@ public: void setSpriteIndex(int idx, int spriteIndex); void setSpriteY(int idx, int yp); void SETTAILLESPR(int idx, int a2); - void SETFLIPSPR(int idx, int a2); + void setFlipSprite(int idx, bool flip); void VERIFZONE(); void GOHOME(); void GOHOME2(); void CHARGE_OBSTACLE(const Common::String &file); - void CHARGE_ZONE(const Common::String &file); + void loadZone(const Common::String &file); void CARRE_ZONE(); void PLAN_BETA(); - void BTGAUCHE(); + void handleLeftButton(); void PARADISE(); void CLEAR_ECRAN(); @@ -196,7 +196,7 @@ public: void PACOURS_PROPRE(int16 *a1); int16 *PARC_VOITURE(int a1, int a2, int a3, int a4); void VERBEPLUS(); - void BTDROITE(); + void handleRightButton(); int MZONE(); void initBorder(int a1); void OBJETPLUS(int a1); -- cgit v1.2.3