Plasma Engine  2.0
Loading...
Searching...
No Matches
EnginePluginKrautPCH.h
1#pragma once
2
3#include <Foundation/Basics.h>
4
5// <StaticLinkUtil::StartHere>
6// all include's before this will be left alone and not replaced by the StaticLinkUtil
7// all include's AFTER this will be removed by the StaticLinkUtil and updated by what is actually used throughout the library
8
9#include <EnginePluginKraut/EnginePluginKrautDLL.h>
10
11
12#include <Core/Graphics/Geometry.h>
13#include <Core/ResourceManager/ResourceManager.h>
14#include <Core/World/Component.h>
15#include <Core/World/GameObject.h>
16#include <EditorEngineProcessFramework/EngineProcess/EngineProcessMessages.h>
17#include <Foundation/IO/FileSystem/FileSystem.h>
18#include <Foundation/Strings/StringBuilder.h>
19#include <Foundation/Utilities/GraphicsUtils.h>
20#include <GameEngine/GameApplication/GameApplication.h>
21#include <RendererCore/Debug/DebugRenderer.h>