summaryrefslogtreecommitdiff
path: root/tests/pke-test-static-ui.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-05-06 13:12:24 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-05-06 13:12:24 -0400
commit32968050f0b34fdabfcc2a4fb5601d4be361bbd2 (patch)
treeacef384a2156a16d4d506c37f13f79d454a4a6e9 /tests/pke-test-static-ui.cpp
parentef37d054dfe5812efa9eefb4b9b18621fdabac25 (diff)
pke: major serialization refactor, first-pass
Diffstat (limited to 'tests/pke-test-static-ui.cpp')
-rw-r--r--tests/pke-test-static-ui.cpp3
1 files changed, 3 insertions, 0 deletions
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