aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index 15f0ab2079..3720979c62 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -271,6 +271,7 @@ protected:
bool _useOverlays;
bool _useSJIS;
+ bool _use16ColorMode;
uint8 *_sjisFontData;
uint8 *_sjisTempPage;
@@ -328,6 +329,7 @@ protected:
void drawShapePlotType12(uint8 *dst, uint8 cmd);
void drawShapePlotType13(uint8 *dst, uint8 cmd);
void drawShapePlotType14(uint8 *dst, uint8 cmd);
+ void drawShapePlotType20(uint8 *dst, uint8 cmd);
void drawShapePlotType33(uint8 *dst, uint8 cmd);
void drawShapePlotType37(uint8 *dst, uint8 cmd);
void drawShapePlotType48(uint8 *dst, uint8 cmd);