aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-09-17 16:53:21 +1000
committerPaul Gilbert2012-09-17 16:53:21 +1000
commit0b610c45dff6b715f1f5e3e5161619dc57d19061 (patch)
treea07d5ba31a6a5ad3a15d35fc61bbd80137ad0226 /engines/hopkins/graphics.h
parent809ab3e7b5f038aa02933535090e8e5c9258fe80 (diff)
downloadscummvm-rg350-0b610c45dff6b715f1f5e3e5161619dc57d19061.tar.gz
scummvm-rg350-0b610c45dff6b715f1f5e3e5161619dc57d19061.tar.bz2
scummvm-rg350-0b610c45dff6b715f1f5e3e5161619dc57d19061.zip
HOPKINS: Implemented rest of main method, with stubs for sub-method calls
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 6bb8f333b5..93b6ebcebd 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -119,6 +119,7 @@ public:
void Copy_Video_Vbe16(const byte *surface);
void FIN_VISU();
void VISU_ALL();
+ void RESET_SEGMENT_VESA();
};
class ObjectManager {