diff options
Diffstat (limited to 'engines/kyra/screen.h')
| -rw-r--r-- | engines/kyra/screen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h index add8473eff..9db5a7b44a 100644 --- a/engines/kyra/screen.h +++ b/engines/kyra/screen.h @@ -194,9 +194,10 @@ public: void drawShapePlotType4(uint8 *dst, uint8 cmd); void drawShapePlotType8(uint8 *dst, uint8 cmd); void drawShapePlotType9(uint8 *dst, uint8 cmd); + void drawShapePlotType11_15(uint8 *dst, uint8 cmd); void drawShapePlotType12(uint8 *dst, uint8 cmd); void drawShapePlotType13(uint8 *dst, uint8 cmd); - void drawShapePlotType14(uint8 *dst, uint8 cmd); + void drawShapePlotType14(uint8 *dst, uint8 cmd); typedef int (Screen::*DsMarginSkipFunc)(uint8 *&dst, const uint8 *&src, int &cnt); typedef void (Screen::*DsLineFunc)(uint8 *&dst, const uint8 *&src, int &cnt, int scaleState); |
