From 5daa12fed0449a7811fc25ec62236bc060a56fa7 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 9 Sep 2025 16:05:14 -0400 Subject: pke: first-pass promote pke_level over pke_scene Major runtime ownership overhaul (scene -> level). Major ecs 'marked for removal' overhaul, ensuring that entities and their components are actually being removed when levels are unloaded. --- tests/pke-test-dummy.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/pke-test-dummy.cpp') diff --git a/tests/pke-test-dummy.cpp b/tests/pke-test-dummy.cpp index efd1ff7..e8c34ba 100644 --- a/tests/pke-test-dummy.cpp +++ b/tests/pke-test-dummy.cpp @@ -6,6 +6,7 @@ #include "ecs.hpp" #include "physics.hpp" #include "pk.h" +#include "player-input.hpp" #include "scene.hpp" #include "static-ui.hpp" #include "thread-pool.hpp" -- cgit v1.2.3