aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/script.h')
-rw-r--r--engines/sci/include/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/include/script.h b/engines/sci/include/script.h
index eb53e1d5aa..5871eea67c 100644
--- a/engines/sci/include/script.h
+++ b/engines/sci/include/script.h
@@ -58,7 +58,7 @@ enum script_object_types {
sci_obj_localvars
};
-void script_dissect(ResourceManager *resmgr, int res_no, char **snames, int snames_nr);
+void script_dissect(ResourceManager *resmgr, int res_no, const Common::StringList &selectorNames);
/* Opcode formats as used by script.c */
enum opcode_format {