mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
6 lines
282 B
C
6 lines
282 B
C
|
|
#pragma once
|
||
|
|
#include "keyboardmanager/common/KeyboardManagerState.h"
|
||
|
|
#include "keyboardmanager/common/Helpers.h"
|
||
|
|
|
||
|
|
// Function to create the Edit Shortcuts Window
|
||
|
|
__declspec(dllexport) void createEditShortcutsWindow(HINSTANCE hInst, KeyboardManagerState& keyboardManagerState);
|