aboutsummaryrefslogtreecommitdiff
path: root/src/executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/executor.h')
-rw-r--r--src/executor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/executor.h b/src/executor.h
index de5c794..e918634 100644
--- a/src/executor.h
+++ b/src/executor.h
@@ -36,7 +36,8 @@ class Executor {
Result Execute(Engine* engine,
const Script* script,
const ShaderMap& map,
- Options* options);
+ Options* options,
+ Delegate* delegate);
private:
Result CompileShaders(const Script* script,