Plasma Engine  2.0
Loading...
Searching...
No Matches
FoundationPCH.h
1#pragma once
2
3#include <Foundation/Basics.h>
4
5#if PL_ENABLED(PL_PLATFORM_WINDOWS)
6# include <Foundation/Basics/Platform/Win/IncludeWindows.h>
7#endif
8
9// <StaticLinkUtil::StartHere>
10// all include's before this will be left alone and not replaced by the StaticLinkUtil
11// all include's AFTER this will be removed by the StaticLinkUtil and updated by what is actually used throughout the library