From 732774fd8de3cb6cebcd78730813d26e0330e66e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 7 Apr 2008 20:24:40 +0000 Subject: Patch #1913862: "CinE Script system" svn-id: r31444 --- engines/cine/bg.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines/cine/bg.h') diff --git a/engines/cine/bg.h b/engines/cine/bg.h index 7145af467a..ca5c222131 100644 --- a/engines/cine/bg.h +++ b/engines/cine/bg.h @@ -27,10 +27,17 @@ #define CINE_BG_H namespace Cine { +struct bgData { + byte *data; + byte colorMode; + byte *highPalette; + uint16 *lowPalette; +}; byte loadBg(const char *bgName); byte loadCt(const char *bgName); +//extern bgData additionalBgTable[9]; extern byte *additionalBgTable[9]; extern byte currentAdditionalBgIdx; extern byte currentAdditionalBgIdx2; -- cgit v1.2.3