aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/bg.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/bg.h')
-rw-r--r--engines/cine/bg.h7
1 files changed, 7 insertions, 0 deletions
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;