aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/prebuilt_dialogs.h
diff options
context:
space:
mode:
authorBorja Lorente2016-08-16 17:01:30 +0200
committerBorja Lorente2016-08-19 16:30:24 +0200
commitace515643654b07002ee528bbc01f679f699b8cb (patch)
treeb9a4be4415ce2247c279f7ba21dc3d5fd953593e /engines/macventure/prebuilt_dialogs.h
parentfa815e73adb88bfd42eb2bec8b2afabbc0e8d7ad (diff)
downloadscummvm-rg350-ace515643654b07002ee528bbc01f679f699b8cb.tar.gz
scummvm-rg350-ace515643654b07002ee528bbc01f679f699b8cb.tar.bz2
scummvm-rg350-ace515643654b07002ee528bbc01f679f699b8cb.zip
MACVENTURE: Enforce const in prebuilt dialogs
Diffstat (limited to 'engines/macventure/prebuilt_dialogs.h')
-rw-r--r--engines/macventure/prebuilt_dialogs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/macventure/prebuilt_dialogs.h b/engines/macventure/prebuilt_dialogs.h
index 1c97847455..9aff5c7926 100644
--- a/engines/macventure/prebuilt_dialogs.h
+++ b/engines/macventure/prebuilt_dialogs.h
@@ -71,6 +71,9 @@ struct PrebuiltDialog {
Common::Rect bounds;
PrebuiltDialogElement elements[kMaxPrebuiltDialogElements];
};
+
+extern const PrebuiltDialog g_prebuiltDialogs[];
+
} // End of namespace MacVenture
#endif