/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/UnitTests/TestFramework/TestFrameworkPCH.h
42 строки
1 KB
Jan Krassnigg
Refactor of platform specific includes (#1414)
23 окт 2024, 10:09
Не верифицирован
23 окт 2024, 10:09
74f6d97
Код
Авторство
О чём код?
#pragma once #include <Foundation/Basics.h> #include <algorithm> #include <deque> #include <fstream> #include <iostream> #include <sstream> // <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 <Foundation/Basics.h> #include <Foundation/Configuration/Startup.h> #include <Foundation/IO/FileSystem/DataDirTypeFolder.h> #include <Foundation/IO/FileSystem/FileWriter.h> #include <Foundation/IO/JSONWriter.h> #include <Foundation/IO/OSFile.h> #include <Foundation/Logging/ConsoleWriter.h> #include <Foundation/Logging/Log.h> #include <Foundation/Math/Math.h> #include <Foundation/Memory/MemoryTracker.h> #include <Foundation/Strings/StringBuilder.h> #include <Foundation/System/SystemInformation.h> #include <Foundation/Time/Time.h> #include <Foundation/Time/Timestamp.h> #include <Foundation/Utilities/CommandLineUtils.h> #include <Foundation/Utilities/EnumerableClass.h> #include <Texture/Image/Image.h> #include <Texture/Image/ImageConversion.h> #include <Texture/Image/ImageUtils.h> #ifdef EZ_USE_QT # include <QWidget> // QtWidgets includes Windows.h # include <Foundation/Platform/Win/Utils/IncludeWindows.h> # include <QtWidgets> #endif