mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-25 10:01:57 +08: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);
|