aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorStrangerke2012-12-04 23:29:28 +0100
committerStrangerke2012-12-04 23:29:28 +0100
commit1665340fca244d2f0e8e08e0d8426f3b3bf37f79 (patch)
tree003c061cb99563eb28b82205e5171f163d50b776 /engines/hopkins/graphics.h
parent6aa44d12336d240749c92753d5886715f01b19bb (diff)
downloadscummvm-rg350-1665340fca244d2f0e8e08e0d8426f3b3bf37f79.tar.gz
scummvm-rg350-1665340fca244d2f0e8e08e0d8426f3b3bf37f79.tar.bz2
scummvm-rg350-1665340fca244d2f0e8e08e0d8426f3b3bf37f79.zip
HOPKINS: Add MODE_VESA()
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 22b8e9f290..df0c71f8c3 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -195,6 +195,7 @@ public:
void Reduc_Ecran(const byte *srcSruface, byte *destSurface, int xp, int yp, int width, int height, int zoom);
void Plot_Hline(byte *surface, int xp, int yp, unsigned int width, byte col);
void Plot_Vline(byte *surface, int xp, int yp, int height, byte col);
+ void MODE_VESA();
};
} // End of namespace Hopkins