From 1b3458e429035e1ca152bfddd7f7f174ae96cadd Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Thu, 17 May 2007 22:26:05 +0000 Subject: moved gfx related functions from various.cpp/.h to gfx.cpp/.h and fixed indentation of previous commit svn-id: r26863 --- engines/cine/gfx.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engines/cine/gfx.h') diff --git a/engines/cine/gfx.h b/engines/cine/gfx.h index a993568281..0673c342bc 100644 --- a/engines/cine/gfx.h +++ b/engines/cine/gfx.h @@ -30,6 +30,7 @@ namespace Cine { void gfxDrawSprite(byte *src4, uint16 sw, uint16 sh, byte *dst4, int16 sx, int16 sy); extern byte *page0; +extern byte *page0c; extern byte *page1; extern byte *page2; extern byte *page3; @@ -72,6 +73,14 @@ void drawSpriteRaw2(byte *spritePtr, byte transColor, int16 width, int16 height, void fadeToBlack(void); +void gfxFuncGen1(byte *param1, byte *param2, byte *param3, byte *param4, int16 param5); +void ptrGfxFunc13(void); +void gfxFuncGen2(void); + +void blitScreen(byte *frontBuffer, byte *backbuffer); +void blitRawScreen(byte *frontBuffer); +void flip(void); + } // End of namespace Cine #endif -- cgit v1.2.3