mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 13:47:48 +00:00
GEEKING
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user