From 6734511622f6cc9c625bec6a2ee55413f0689946 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Fri, 10 Apr 2026 00:39:54 +0100 Subject: Remove useless make-player-entity --- tests/prefabs-test.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/prefabs-test.scm') diff --git a/tests/prefabs-test.scm b/tests/prefabs-test.scm index 8a1e5b0..f8cec0a 100644 --- a/tests/prefabs-test.scm +++ b/tests/prefabs-test.scm @@ -31,6 +31,9 @@ (import downstroke-ai) ;; Load module under test +(include "entity.scm") +(import downstroke-entity) + (include "prefabs.scm") (import downstroke-prefabs) -- cgit v1.2.3