aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/prince.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/prince.h')
-rw-r--r--engines/prince/prince.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/prince/prince.h b/engines/prince/prince.h
index 1a6fa14e0d..6747f5cab9 100644
--- a/engines/prince/prince.h
+++ b/engines/prince/prince.h
@@ -30,6 +30,7 @@
#include "common/textconsole.h"
#include "common/rect.h"
#include "common/events.h"
+#include "common/endian.h"
#include "image/bmp.h"
@@ -262,7 +263,7 @@ private:
void showLogo();
void showBackAnims();
void clearBackAnimList();
- bool spriteCheck(Graphics::Surface *backAnimSurface, int destX, int destY);
+ bool spriteCheck(int sprWidth, int sprHeight, int destX, int destY);
void showSprite(Graphics::Surface *backAnimSurface, int destX, int destY);
void showSpriteShadow(Graphics::Surface *shadowSurface, int destX, int destY);
void makeShadowTable(int brightness);