summaryrefslogtreecommitdiff
path: root/lib/core/tests/particles.cpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-06-22 17:36:51 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-06-22 17:36:51 +0200
commitff702d3c9427794c5557360c53b93f9861f97554 (patch)
tree652c64895bcabfac427276367b9c13303869e101 /lib/core/tests/particles.cpp
parent4c9e43a42c15ce93ffded21dfcaa171f63d20d69 (diff)
downloadlibs-lbm-ff702d3c9427794c5557360c53b93f9861f97554.tar.gz
Dangling
Diffstat (limited to 'lib/core/tests/particles.cpp')
-rw-r--r--lib/core/tests/particles.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/core/tests/particles.cpp b/lib/core/tests/particles.cpp
index 1c18fbb..de9477c 100644
--- a/lib/core/tests/particles.cpp
+++ b/lib/core/tests/particles.cpp
@@ -272,4 +272,10 @@ SAW_TEST("Verlet integration test 2D"){
}
}
*/
+
+SAW_TEST("Particle / AABB"){
+ using namespace kel;
+
+
+}
}