diff options
Diffstat (limited to 'tests/pke-test-static-ui.cpp')
| -rw-r--r-- | tests/pke-test-static-ui.cpp | 3 |
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 |
