mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
41 lines
885 B
C++
41 lines
885 B
C++
//*********************************************************
|
|
//
|
|
// 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"
|
|
|