mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 02:06:36 +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(); |