diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index ebd9069a8..def02200b 100644 --- a/src/options.h +++ b/src/options.h @@ -54,6 +54,7 @@ struct Options final screenshotDir(), test(), serverName(), + renderer(-1), serverPort(0), printHelp(false), printVersion(false), @@ -78,6 +79,7 @@ struct Options final std::string screenshotDir; std::string test; std::string serverName; + int renderer; uint16_t serverPort; bool printHelp; bool printVersion; |