From 269a6f9caeccc8e311d03d8df9e9aaa84c67224b Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 10 Dec 2012 07:54:03 +0100 Subject: HOPKINS: Some more function renaming --- engines/hopkins/objects.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/hopkins/objects.h') diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h index d38000aa43..7b00a2db45 100644 --- a/engines/hopkins/objects.h +++ b/engines/hopkins/objects.h @@ -125,8 +125,8 @@ public: byte *CAPTURE_OBJET(int objIndex, int mode); void DELETE_OBJET(int objIndex); - int Get_Largeur(const byte *objectData, int idx); - int Get_Hauteur(const byte *objectData, int idx); + int getWidth(const byte *objectData, int idx); + int getHeight(const byte *objectData, int idx); int sprite_alone(const byte *objectData, byte *sprite, int objIndex); byte *DEL_FICHIER_OBJ(); -- cgit v1.2.3