]> git.sesse.net Git - nageru/blobdiff - futatabi/db.h
Persist quality settings in the database.
[nageru] / futatabi / db.h
index f8032c0e43d3502360fc74346de0ea87684a26f5..c0c3623975c7c10d1d67ccc36aa19a9bfc197484 100644 (file)
@@ -17,6 +17,9 @@ public:
        StateProto get_state();
        void store_state(const StateProto &state);
 
+       SettingsProto get_settings();
+       void store_settings(const SettingsProto &settings);
+
        struct FrameOnDiskAndStreamIdx {
                FrameOnDisk frame;
                unsigned stream_idx;