From 810bbca93c54bed741dd6f4f626c4845e65ac0ba Mon Sep 17 00:00:00 2001 From: Kostas Nakos Date: Sun, 12 Jul 2009 15:59:56 +0000 Subject: fix build with arm-asm routines svn-id: r42420 --- engines/scumm/gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 engines/scumm/gfx.cpp (limited to 'engines/scumm') diff --git a/engines/scumm/gfx.cpp b/engines/scumm/gfx.cpp old mode 100644 new mode 100755 index 07640ca551..5961ec4013 --- a/engines/scumm/gfx.cpp +++ b/engines/scumm/gfx.cpp @@ -36,7 +36,7 @@ #include "scumm/util.h" #ifdef USE_ARM_GFX_ASM -extern "C" void asmDrawStripToScreen(int height, int width, byte const* text, byte const* src, byte* dst, +extern "C" void asmDrawStripToScreen(int height, int width, void const* text, void const* src, byte* dst, int vsPitch, int vmScreenWidth, int textSurfacePitch); extern "C" void asmCopy8Col(byte* dst, int dstPitch, const byte* src, int height); #endif /* USE_ARM_GFX_ASM */ -- cgit v1.2.3