mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-13 01:31:09 +00:00
12 lines
187 B
C++
12 lines
187 B
C++
#include "pch.h"
|
|
#include "ScratchClass.h"
|
|
|
|
#include "ScratchClass.g.cpp"
|
|
namespace winrt::ScratchWinRTServer::implementation
|
|
{
|
|
ScratchClass::ScratchClass()
|
|
{
|
|
}
|
|
|
|
}
|