aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/objects.h')
-rw-r--r--engines/hopkins/objects.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h
index 7ebb93da9e..845c4077a3 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -40,12 +40,14 @@ public:
byte *CHANGE_OBJET(int objIndex);
byte *CAPTURE_OBJET(int objIndex, int mode);
- int Get_Largeur(const byte *objectData, int objIndex);
- int Get_Hauteur(const byte *objectData, int objIndex);
+ int Get_Largeur(const byte *objectData, int idx);
+ int Get_Hauteur(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);
+ void set_offsetxy(byte *data, int idx, int xp, int yp, bool isSize);
+
int capture_mem_sprite(const byte *objectData, byte *sprite, int objIndex);
int AJOUTE_OBJET(int objIndex);
};