0ad/source/graphics/tests
phosit 998dc30b6d Return by value from CCamera::BuildCameraRay
Some return values can be assigned to a `const auto`, somewhere `dir` is
mutated so the whole result has to be assigned to a non `const` variable
and once only dir is used, so structured binding isn't used there.
2024-11-17 20:27:58 +01:00
..
test_Camera.h Return by value from CCamera::BuildCameraRay 2024-11-17 20:27:58 +01:00
test_Color.h Add missing headers to tests 2024-10-18 17:27:48 +02:00
test_LOSTexture.h Use vanilla cxxtest functionallity 2024-10-13 18:27:18 +02:00
test_MapGenerator.h Add CXeromycesEngine 2024-11-17 18:03:49 +01:00
test_MeshManager.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
test_Model.h Add CXeromycesEngine 2024-11-17 18:03:49 +01:00
test_ShaderManager.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
test_Terrain.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
test_TextureConverter.h Add missing headers to tests 2024-10-18 17:27:48 +02:00
test_TextureManager.h Add CXeromycesEngine 2024-11-17 18:03:49 +01:00