UI: Add more command line options

This commit is contained in:
cg2121
2017-01-11 13:19:17 -06:00
parent d2ee3bb216
commit 7c98edccc5
3 changed files with 64 additions and 3 deletions

View File

@@ -178,4 +178,7 @@ static inline int GetProfilePath(char *path, size_t size, const char *file)
extern bool opt_start_streaming;
extern bool opt_start_recording;
extern bool opt_start_replaybuffer;
extern bool opt_minimize_tray;
extern bool opt_studio_mode;
extern std::string opt_starting_scene;