/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/VisualScript/EditorPluginVisualScript/EditorPluginVisualScriptPCH.h
23 строки
752 B
C-Core
Improved visual script variables (#1658)
19 сен 2025, 14:07
Не верифицирован
19 сен 2025, 14:07
216d9a4
Код
Авторство
О чём код?
#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 <EditorPluginVisualScript/EditorPluginVisualScriptDLL.h> #include <EditorFramework/EditorApp/EditorApp.moc.h> #include <Foundation/Reflection/Reflection.h> #include <Foundation/Strings/StringBuilder.h> #include <Foundation/Strings/TranslationLookup.h> #include <GuiFoundation/Action/ActionManager.h> #include <QActionGroup> #include <QComboBox> #include <QLabel> #include <QLayout> #include <QMenu> #include <QSyntaxHighlighter> #include <QTextEdit>