mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Added launcher project and changed references to common
This commit is contained in:
8
src/modules/launcher/Wox.Launcher/trace.h
Normal file
8
src/modules/launcher/Wox.Launcher/trace.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
class Trace {
|
||||
public:
|
||||
static void RegisterProvider();
|
||||
static void UnregisterProvider();
|
||||
static void MyEvent();
|
||||
};
|
||||
Reference in New Issue
Block a user