From ed6b1a537939b37a7a66bfa6b10eb594a4c597e6 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 23 Sep 2025 09:37:01 -0400 Subject: pke: FontType_AddStringRender increment index --- tests/pke-test.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/pke-test.cpp') diff --git a/tests/pke-test.cpp b/tests/pke-test.cpp index 4c6f560..5508394 100644 --- a/tests/pke-test.cpp +++ b/tests/pke-test.cpp @@ -4,6 +4,7 @@ #include "./pke-test-asset-manager.h" #include "./pke-test-audio.h" #include "./pke-test-dummy.h" +#include "./pke-test-font.hpp" #include "./pke-test-load-unload.h" #include "./pke-test-serialization.h" #include "./pke-test-static-ui.h" @@ -44,6 +45,7 @@ int main(int argc, char *argv[]) pke_test_serialization_get_group, pke_test_asset_manager_get_group, pke_test_load_unload_get_group, + pke_test_font_get_group, // pke_test_audio_get_group, NULL, }; -- cgit v1.2.3