Added launcher project and changed references to common

This commit is contained in:
Alekhya Reddy Kommuru
2020-03-16 07:34:05 -07:00
parent eb535acb95
commit c4b49ce6cd
9 changed files with 504 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
class Trace {
public:
static void RegisterProvider();
static void UnregisterProvider();
static void MyEvent();
};