aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2012-10-03 22:15:39 +1000
committerPaul Gilbert2012-10-03 22:15:39 +1000
commitbc863bd24194a3578505dd151fc3a981a98dbc45 (patch)
treebaf0e4da0190ec613a885ead0de871158760f795 /engines/hopkins/graphics.cpp
parentb06cabee4b4ffedd138e1d2462e3ae299138dfbd (diff)
downloadscummvm-rg350-bc863bd24194a3578505dd151fc3a981a98dbc45.tar.gz
scummvm-rg350-bc863bd24194a3578505dd151fc3a981a98dbc45.tar.bz2
scummvm-rg350-bc863bd24194a3578505dd151fc3a981a98dbc45.zip
HOPKINS: Implemented more stubbed object manager methods
Diffstat (limited to 'engines/hopkins/graphics.cpp')
-rw-r--r--engines/hopkins/graphics.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp
index 76782cf4d8..38193e62c5 100644
--- a/engines/hopkins/graphics.cpp
+++ b/engines/hopkins/graphics.cpp
@@ -2403,4 +2403,8 @@ void GraphicsManager::NB_SCREEN() {
DD_VBL();
}
+void GraphicsManager::SHOW_PALETTE() {
+ warning("TODO: SHOW_PALETTE");
+}
+
} // End of namespace Hopkins