summaryrefslogtreecommitdiffhomepage
path: root/test/raycast.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-06 13:30:17 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-06 13:37:15 +0200
commit3534cd206bedef5ea75302d9abf879b15d1df89c (patch)
tree977f646ae1282ff7f539d2a524d1e354bfcf465d /test/raycast.cpp
parent4d6f747c4b8287e042363264a47265848ca2d92c (diff)
test: speed up compile time
Removes implicit includes to <windows.h> and <cr/StringView.h> from all files. Goes from 30 to 20 seconds.
Diffstat (limited to 'test/raycast.cpp')
-rw-r--r--test/raycast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/raycast.cpp b/test/raycast.cpp
index 5a80f1dc..28ed4f67 100644
--- a/test/raycast.cpp
+++ b/test/raycast.cpp
@@ -87,7 +87,7 @@ auto run(point from, point to, world& w, bool b, float len)
} // namespace
-void test_app::test_raycast()
+void Test::test_raycast()
{
auto w = make_world();
{ constexpr auto from = point{{0, 0, 0}, {11,12}, {1,-32}};