mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
5 lines
97 B
C
5 lines
97 B
C
#pragma once
|
|
void open_settings_window();
|
|
void close_settings_window();
|
|
|
|
void open_oobe_window(); |