aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-08-12 09:10:10 +0000
committerNicola Mettifogo2007-08-12 09:10:10 +0000
commitbe994c88dbd316d32d85b984708318cac2655c50 (patch)
tree1b135397473b43653a83620a882fe6d553284026 /engines/parallaction/graphics.h
parent8444ad7f4890e3192e0ac1dccf01c53297144b1f (diff)
downloadscummvm-rg350-be994c88dbd316d32d85b984708318cac2655c50.tar.gz
scummvm-rg350-be994c88dbd316d32d85b984708318cac2655c50.tar.bz2
scummvm-rg350-be994c88dbd316d32d85b984708318cac2655c50.zip
Moved intro hack routines to Parallaction_ns callables, where they belonged from the beginning.
svn-id: r28541
Diffstat (limited to 'engines/parallaction/graphics.h')
-rw-r--r--engines/parallaction/graphics.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h
index e64ea81403..6082f78343 100644
--- a/engines/parallaction/graphics.h
+++ b/engines/parallaction/graphics.h
@@ -202,10 +202,6 @@ public:
void backupGetBackground(GetData *data, int16 x, int16 y);
void restoreGetBackground(const Common::Rect& r, byte *data);
- // hacks for Nippon Safes
- void intGrottaHackMask();
- void fillMaskRect(const Common::Rect& r, byte color);
- void zeroMaskValue(uint16 x, uint16 y, byte color);
// low level surfaces
void clearScreen(Gfx::Buffers buffer);