/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ms9
Code/UnitTests/FoundationTest/FoundationTestPCH.h
34 строки
2 KB
jankrassnigg
Renamed lots of PCH files
07 фев 2019, 19:52
07 фев 2019, 19:52
995b2a9
Код
Авторство
О чём код?
#include <TestFramework/Framework/TestFramework.h> #include <TestFramework/Utilities/ConstructionCounter.h> #include <Foundation/Basics.h> #include <Foundation/Basics/Assert.h> #include <Foundation/Types/Types.h> #include <Foundation/Types/TypeTraits.h> #include <Foundation/Types/Bitflags.h> #include <Foundation/Types/Variant.h> #include <Foundation/Reflection/Reflection.h> #include <Foundation/Reflection/ReflectionUtils.h> #include <Foundation/Containers/Deque.h> #include <Foundation/Containers/DynamicArray.h> #include <Foundation/Strings/StringBuilder.h> #include <Foundation/Strings/String.h> #include <Foundation/Math/Declarations.h> typedef float ezMathTestType; typedef ezVec2Template<ezMathTestType> ezVec2T; ///< This is only for testing purposes typedef ezVec3Template<ezMathTestType> ezVec3T; ///< This is only for testing purposes typedef ezVec4Template<ezMathTestType> ezVec4T; ///< This is only for testing purposes typedef ezMat3Template<ezMathTestType> ezMat3T; ///< This is only for testing purposes typedef ezMat4Template<ezMathTestType> ezMat4T; ///< This is only for testing purposes typedef ezQuatTemplate<ezMathTestType> ezQuatT; ///< This is only for testing purposes typedef ezPlaneTemplate<ezMathTestType> ezPlaneT; ///< This is only for testing purposes typedef ezBoundingBoxTemplate<ezMathTestType> ezBoundingBoxT; ///< This is only for testing purposes typedef ezBoundingBoxSphereTemplate<ezMathTestType> ezBoundingBoxSphereT; ///< This is only for testing purposes typedef ezBoundingSphereTemplate<ezMathTestType> ezBoundingSphereT; ///< This is only for testing purposes typedef ezTransformTemplate<ezMathTestType> ezTransformT; #define ezFoundationTest_Plugin1 "ezFoundationTest_Plugin1" #define ezFoundationTest_Plugin2 "ezFoundationTest_Plugin2"