diff options
Diffstat (limited to 'tools/render-test/options.h')
| -rw-r--r-- | tools/render-test/options.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h index b48295878..a33172c6b 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -3,6 +3,8 @@ #include <stdint.h> +#include "../../source/core/slang-result.h" + namespace renderer_test { typedef intptr_t Int; @@ -61,13 +63,6 @@ extern int gWindowWidth; extern int gWindowHeight; -void parseOptions(int* argc, char** argv); - -enum class Error -{ - None = 0, - InvalidParam, - Unexpected, -}; +SlangResult parseOptions(int* argc, char** argv); } // renderer_test |
