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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h
index fd1523b37b..9f36b753de 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -26,6 +26,7 @@
#include "common/scummsys.h"
#include "common/endian.h"
#include "common/str.h"
+#include "hopkins/globals.h"
namespace Hopkins {
@@ -166,7 +167,7 @@ public:
void DEF_SPRITE(int idx);
void DEF_CACHE(int idx);
void CALCUL_SPRITE(int idx);
- int AvantTri(int a1, int a2, int a3);
+ int AvantTri(TriMode triMode, int index, int a3);
void AFF_BOB_ANIM();
void AFF_VBOB();