1 #pragma once 2 3 #include <Windows.h> 4 #include <optional> 5 6 namespace QuickAccessHost 7 { 8 void start(); 9 void show(); 10 void stop(); 11 bool is_running(); 12 }