summaryrefslogtreecommitdiff
path: root/script/multiscript
diff options
context:
space:
mode:
Diffstat (limited to 'script/multiscript')
-rw-r--r--script/multiscript/multi_script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/multiscript/multi_script.h b/script/multiscript/multi_script.h
index a67cedc56b..87d4b4e4c8 100644
--- a/script/multiscript/multi_script.h
+++ b/script/multiscript/multi_script.h
@@ -148,6 +148,7 @@ public:
virtual void get_recognized_extensions(List<String> *p_extensions) const {}
virtual void get_public_functions(List<MethodInfo> *p_functions) const {}
+ virtual void get_public_constants(List<Pair<String,Variant> > *p_constants) const {}
MultiScriptLanguage() { singleton=this; }
virtual ~MultiScriptLanguage() {};