This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
//*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
//
//*********************************************************
#pragma once
#include <wrl/implements.h>
#include <wrl/client.h>
#include <Windows.h>
#include <mstcpip.h>
#include <winsock2.h>
#include <ws2ipdef.h>
#include <ws2tcpip.h>
#include <tchar.h>
#include <collection.h>
#include <ppltasks.h>
#include <queue>
#include <xdk.h>
#include <wrl.h>
#include <d3d11_x.h>
#include <DirectXMath.h>
#include <concrt.h>
#include <stdlib.h>
#include <Robuffer.h>
#include "Windows.Xbox.Chat.h"
#ifdef _TITLE
#include <pix.h>
#endif
#include "Common/macros.h"