Begin work with Input_service settings (edit,save) for vibro_touch option

This commit is contained in:
Dmitry422
2025-01-31 19:25:52 +07:00
parent 1acc814b2a
commit a5f62f756a
10 changed files with 232 additions and 1 deletions

View File

@@ -9,8 +9,10 @@ typedef struct {
#ifdef __cplusplus
extern "C" {
#endif
void power_settings_load(PowerSettings* settings);
void power_settings_save(const PowerSettings* settings);
#ifdef __cplusplus
}
#endif