Plasma Engine  2.0
Loading...
Searching...
No Matches
OpenXRPluginPCH.h
1#pragma once
2
3#include <Foundation/Basics.h>
4#include <Foundation/Logging/Log.h>
5
6#if PL_ENABLED(PL_PLATFORM_WINDOWS_UWP)
7# include <Unknwn.h> // Required to interop with IUnknown. Must be included before C++/WinRT headers.
8
9# include <winrt/Windows.Foundation.Collections.h>
10# include <winrt/Windows.Foundation.h>
11#endif
12
13// <StaticLinkUtil::StartHere>
14// all include's before this will be left alone and not replaced by the StaticLinkUtil
15// all include's AFTER this will be removed by the StaticLinkUtil and updated by what is actually used throughout the library
16