From d6f72071a42559299139fd2f162c98c7f01a0b51 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 1 Jan 2013 21:03:24 +0100 Subject: HOPKINS: Some more refactoring and renaming --- engines/hopkins/objects.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'engines/hopkins/objects.h') diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h index 7394bb6cac..7f50a20232 100644 --- a/engines/hopkins/objects.h +++ b/engines/hopkins/objects.h @@ -156,13 +156,11 @@ public: void DEF_CACHE(int idx); void computeSprite(int idx); int AvantTri(TriMode triMode, int index, int priority); - void AFF_BOB_ANIM(); - void AFF_VBOB(); + void displayBobAnim(); + void displayVBob(); int getSpriteX(int idx); int getSpriteY(int idx); - void SPRITE_NOW(const byte *spriteData, int a2, int a3, int a4, int a5, int a6, int a7, int a8); - void clearSprite(); void SPRITE_ON(int idx); void SPRITE(const byte *spriteData, Common::Point pos, int idx, int spriteIndex, int a6, int a7, int a8, int a9); -- cgit v1.2.3