From 385d097167a6aaa0a2c1edc0e23c4b55cbd41230 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 16 Dec 2012 14:22:24 +0100 Subject: HOPKINS: Some more renaming --- engines/hopkins/objects.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engines/hopkins/objects.h') diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h index 0faf0f3a32..db2fd9e912 100644 --- a/engines/hopkins/objects.h +++ b/engines/hopkins/objects.h @@ -121,23 +121,23 @@ public: ObjectsManager(); void setParent(HopkinsEngine *vm); - byte *CHANGE_OBJET(int objIndex); + void changeObject(int objIndex); byte *CAPTURE_OBJET(int objIndex, int mode); - void DELETE_OBJET(int objIndex); + void removeObject(int objIndex); 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(); - byte *CHARGE_SPRITE(const Common::String &file); + byte *loadSprite(const Common::String &file); void set_offsetxy(byte *data, int idx, int xp, int yp, bool isSize); int get_offsetx(const byte *spriteData, int spriteIndex, bool isSize); int get_offsety(const byte *spriteData, int spriteIndex, bool isSize); - void AFF_SPRITES(); + void displaySprite(); int capture_mem_sprite(const byte *objectData, byte *sprite, int objIndex); - int AJOUTE_OBJET(int objIndex); + int addObject(int objIndex); void INIT_BOB(); void BOB_ZERO(int idx); -- cgit v1.2.3