]> git.sesse.net Git - nageru/blobdiff - flags.h
Make it possible to change the working directory.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index ea4d423ed5dd6768dcf93b197de3076e84f89285..8b2563c0f6017b9af04d1a424bb47e450a3bb4c7 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -5,6 +5,7 @@
 
 struct Flags {
        std::string stream_source;
+       std::string working_directory = ".";
        bool slow_down_input = false;
        int interpolation_quality = 2;
 };