mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
7 lines
183 B
C
7 lines
183 B
C
|
|
#pragma once
|
||
|
|
#include <cpprest/json.h>
|
||
|
|
|
||
|
|
web::json::value get_general_settings();
|
||
|
|
void apply_general_settings(const web::json::value& general_configs);
|
||
|
|
void start_initial_powertoys();
|