Files
NazaraEngine/tests/UnitTests/Engine/ClientModules.hpp
SirLynix 4b804dc613 Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder
Also renamed NazaraUnitTests to UnitTests
2022-12-26 08:44:11 +01:00

9 lines
267 B
C++

// used for precompiled headers generation
#include <Engine/Modules.hpp>
#include <Nazara/Audio.hpp>
#include <Nazara/Graphics.hpp>
#include <Nazara/OpenGLRenderer.hpp>
#include <Nazara/Platform.hpp>
#include <Nazara/VulkanRenderer.hpp>
#include <Nazara/Widgets.hpp>