aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/cursor32.h
diff options
context:
space:
mode:
authorColin Snover2017-09-24 22:27:02 -0500
committerColin Snover2017-09-24 22:56:59 -0500
commit743082ac8c9aa295db25bdcd47242913d7f6c02a (patch)
treea1309d3472a6a8262b45fbb5ea6c750ad87b29b3 /engines/sci/graphics/cursor32.h
parent5bb3ca5a6b83691628502525d463a788df54a4d1 (diff)
downloadscummvm-rg350-743082ac8c9aa295db25bdcd47242913d7f6c02a.tar.gz
scummvm-rg350-743082ac8c9aa295db25bdcd47242913d7f6c02a.tar.bz2
scummvm-rg350-743082ac8c9aa295db25bdcd47242913d7f6c02a.zip
SCI32: Disable all SCI32 Mac code
This code is currently untestable and is almost certainly at least partly based on guesswork & not actual reverse-engineering (as was the case for all other pre-2015 SCI32 code), so future developers interested in adding SCI32 Mac support should use it only as an intermediate reference rather than as known good code.
Diffstat (limited to 'engines/sci/graphics/cursor32.h')
-rw-r--r--engines/sci/graphics/cursor32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/graphics/cursor32.h b/engines/sci/graphics/cursor32.h
index 5872744aec..562a2c50de 100644
--- a/engines/sci/graphics/cursor32.h
+++ b/engines/sci/graphics/cursor32.h
@@ -109,7 +109,9 @@ public:
*/
void clearRestrictedArea();
+#ifdef ENABLE_SCI32_MAC
void setMacCursorRemapList(int cursorCount, reg_t *cursors);
+#endif
virtual void saveLoadWithSerializer(Common::Serializer &ser);