PowerToys/src/runner/win_hook_event.h
2019-12-26 17:26:11 +01:00

7 lines
121 B
C

#pragma once
#include <interface/win_hook_event_data.h>
void start_win_hook_event();
void stop_win_hook_event();