diff --git a/exaudfclient/base/javacontainer/script_options/parser.h b/exaudfclient/base/javacontainer/script_options/parser.h index 00ea5a4c..cc16e108 100644 --- a/exaudfclient/base/javacontainer/script_options/parser.h +++ b/exaudfclient/base/javacontainer/script_options/parser.h @@ -38,6 +38,10 @@ struct ScriptOptionsParser { virtual void parseForExternalJars(std::function callback, std::function throwException) = 0; + /* + Searches for the "%import" options and embeds the respective imported script code at the same location as + the option in the script code. + */ virtual void extractImportScripts(std::function throwException) = 0; /*