Plasma Engine  2.0
Loading...
Searching...
No Matches
InspectorPluginPCH.h
1#pragma once
2
3#include <Core/Input/InputManager.h>
4#include <Foundation/Basics.h>
5#include <Foundation/Communication/GlobalEvent.h>
6#include <Foundation/Communication/Telemetry.h>
7#include <Foundation/Configuration/CVar.h>
8#include <Foundation/Configuration/Plugin.h>
9#include <Foundation/Configuration/Startup.h>
10#include <Foundation/IO/OSFile.h>
11#include <Foundation/Logging/Log.h>
12#include <Foundation/Memory/MemoryTracker.h>
13#include <Foundation/System/SystemInformation.h>
14#include <Foundation/Threading/TaskSystem.h>
15#include <Foundation/Threading/Thread.h>
16#include <Foundation/Threading/ThreadUtils.h>
17#include <Foundation/Time/Clock.h>
18#include <Foundation/Utilities/Stats.h>
19
20// <StaticLinkUtil::StartHere>
21// all include's before this will be left alone and not replaced by the StaticLinkUtil
22// all include's AFTER this will be removed by the StaticLinkUtil and updated by what is actually used throughout the library
23
24#include <InspectorPlugin/InspectorPluginDLL.h>