From 2502a7fb8911a93272240a76de738c37a40744c4 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 21 May 2025 13:45:14 -0400 Subject: pke: static-ui DynArray to pk_arr_t --- tests/pke-test-static-ui.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/pke-test-static-ui.cpp b/tests/pke-test-static-ui.cpp index 9a5fb71..ad9673d 100644 --- a/tests/pke-test-static-ui.cpp +++ b/tests/pke-test-static-ui.cpp @@ -5,7 +5,6 @@ #include "ecs.hpp" #include "window.hpp" -#include "dynamic-array.hpp" #include "vendor-glm-include.hpp" #include struct pke_ui_box_instance_buffer_item { @@ -35,7 +34,7 @@ void pke_test_static_ui_teardown() { // test static int pke_test_static_ui_000() { - DynArray arr{}; + pk_arr_t arr{}; float calculated_offset; uint8_t err_index = 0; @@ -79,7 +78,7 @@ int pke_test_static_ui_000() { // test dynamic int pke_test_static_ui_100() { - DynArray arr{}; + pk_arr_t arr{}; bool b; float unit; float calculated_offset_x, calculated_offset_y; @@ -140,7 +139,7 @@ int pke_test_static_ui_100() { // test dynamic + static int pke_test_static_ui_200() { - DynArray arr{}; + pk_arr_t arr{}; float unit; float calculated_offset_x, calculated_offset_y; uint8_t err_index = 0; -- cgit v1.2.3