Route UI state persistence through adapter
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "serializer.h"
|
||||
|
||||
namespace pp::panopainter {
|
||||
|
||||
void set_legacy_integer_preference(const char* key, int value);
|
||||
void set_legacy_boolean_preference(const char* key, bool value);
|
||||
void set_legacy_descriptor_preference(const char* key, const Serializer::Descriptor& value);
|
||||
void save_legacy_boolean_preference(const char* key, bool value);
|
||||
void save_legacy_float_preference(const char* key, float value);
|
||||
bool save_legacy_preferences();
|
||||
|
||||
Reference in New Issue
Block a user