/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EnginePlugins/InspectorPlugin/InspectorPluginPCH.h
24 строки
979 B
Jan Krassnigg
Restructures the code into more folders
07 июн 2019, 21:08
07 июн 2019, 21:08
8285d1c
Код
Авторство
О чём код?
#pragma once #include <Core/Input/InputManager.h> #include <Foundation/Basics.h> #include <Foundation/Communication/GlobalEvent.h> #include <Foundation/Communication/Telemetry.h> #include <Foundation/Configuration/CVar.h> #include <Foundation/Configuration/Plugin.h> #include <Foundation/Configuration/Startup.h> #include <Foundation/IO/OSFile.h> #include <Foundation/Logging/Log.h> #include <Foundation/Memory/MemoryTracker.h> #include <Foundation/System/SystemInformation.h> #include <Foundation/Threading/TaskSystem.h> #include <Foundation/Threading/Thread.h> #include <Foundation/Threading/ThreadUtils.h> #include <Foundation/Time/Clock.h> #include <Foundation/Utilities/Stats.h> // <StaticLinkUtil::StartHere> // all include's before this will be left alone and not replaced by the StaticLinkUtil // all include's AFTER this will be removed by the StaticLinkUtil and updated by what is actually used throughout the library #include <InspectorPlugin/InspectorPluginDLL.h>