summaryrefslogtreecommitdiffstats
path: root/tools/render-test/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test/options.h')
-rw-r--r--tools/render-test/options.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h
index 76fdf95af..09721def3 100644
--- a/tools/render-test/options.h
+++ b/tools/render-test/options.h
@@ -1,9 +1,10 @@
-// options.h
+// options.h
#pragma once
#include <stdint.h>
#include "../../slang-com-helper.h"
+#include "../../source/core/slang-writer.h"
#include "render.h"
@@ -52,6 +53,6 @@ struct Options
extern Options gOptions;
-SlangResult parseOptions(int* argc, char** argv);
+SlangResult parseOptions(int argc, const char*const* argv, Slang::WriterHelper stdError);
} // renderer_test