From ee929136835a98a108073965315dd87028ed3f12 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Tue, 21 Apr 2009 21:44:37 +0000 Subject: Patch #2725859 : Added some MD5 to the gob engine, modified the way the first STK and TOT is declared, added inter and draw skeleton for Fascination svn-id: r40059 --- engines/gob/draw.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/gob/draw.h') diff --git a/engines/gob/draw.h b/engines/gob/draw.h index d1238bf702..873019745f 100644 --- a/engines/gob/draw.h +++ b/engines/gob/draw.h @@ -211,6 +211,14 @@ public: virtual ~Draw_Bargon() {} }; +class Draw_Fascin: public Draw_v2 { +public: + virtual void initScreen(); + + Draw_Fascin(GobEngine *vm); + virtual ~Draw_Fascin() {} +}; + // Draw operations #define DRAW_BLITSURF 0 -- cgit v1.2.3