mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-13 01:31:09 +00:00
18 lines
611 B
C++
18 lines
611 B
C++
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT license.
|
|
|
|
#include "pch.h"
|
|
#include "EventArgs.h"
|
|
#include "TitleChangedEventArgs.g.cpp"
|
|
#include "CopyToClipboardEventArgs.g.cpp"
|
|
#include "PasteFromClipboardEventArgs.g.cpp"
|
|
#include "OpenHyperlinkEventArgs.g.cpp"
|
|
#include "NoticeEventArgs.g.cpp"
|
|
#include "ScrollPositionChangedArgs.g.cpp"
|
|
#include "RendererWarningArgs.g.cpp"
|
|
#include "TransparencyChangedEventArgs.g.cpp"
|
|
#include "FoundResultsArgs.g.cpp"
|
|
#include "ShowWindowArgs.g.cpp"
|
|
#include "UpdateSelectionMarkersEventArgs.g.cpp"
|
|
#include "MenuChangedEventArgs.g.cpp"
|