From 32968050f0b34fdabfcc2a4fb5601d4be361bbd2 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 6 May 2025 13:12:24 -0400 Subject: pke: major serialization refactor, first-pass --- tests/pke-test-static-ui.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/pke-test-static-ui.cpp') diff --git a/tests/pke-test-static-ui.cpp b/tests/pke-test-static-ui.cpp index 410f290..1e11d97 100644 --- a/tests/pke-test-static-ui.cpp +++ b/tests/pke-test-static-ui.cpp @@ -3,6 +3,7 @@ #include "./pke-test-types.h" +#include "ecs.hpp" #include "window.hpp" #include "dynamic-array.hpp" #include "vendor-glm-include.hpp" @@ -23,11 +24,13 @@ struct pke_ui_flex_params { void pke_test_static_ui_setup() { Extent.width = 1920; Extent.height = 1080; + ECS_Init(); pke_ui_init(); } void pke_test_static_ui_teardown() { pke_ui_teardown(); + ECS_Teardown(); } // test static -- cgit v1.2.3