/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/ProcGen/EditorPluginProcGen/EditorPluginProcGenPCH.h
20 строк
666 B
Jan Krassnigg
Visual graph infrastructure cleanup (#1821)
19 фев 2026, 09:02
Не верифицирован
19 фев 2026, 09:02
7f7f12f
Код
Авторство
О чём код?
#pragma once #include <Foundation/Basics.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 <EditorPluginProcGen/EditorPluginProcGenDLL.h> #include <EditorFramework/EditorApp/EditorApp.moc.h> #include <Foundation/Strings/StringBuilder.h> #include <Foundation/Strings/TranslationLookup.h> #include <GuiFoundation/Action/ActionMapManager.h> #include <ToolsFoundation/Reflection/ToolsReflectionUtils.h> #include <QLabel> #include <QLayout> #include <QTimer>