diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-23 09:37:01 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-23 09:37:01 -0400 |
| commit | ed6b1a537939b37a7a66bfa6b10eb594a4c597e6 (patch) | |
| tree | dbd2f44a3ac45a76839429d4111eeb0f3c70012b /tests/pke-test-font.hpp | |
| parent | ccf107a65e566b1372907ae95e099f3dfa0a076e (diff) | |
pke: FontType_AddStringRender increment index
Diffstat (limited to 'tests/pke-test-font.hpp')
| -rw-r--r-- | tests/pke-test-font.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pke-test-font.hpp b/tests/pke-test-font.hpp new file mode 100644 index 0000000..19b2ddd --- /dev/null +++ b/tests/pke-test-font.hpp @@ -0,0 +1,8 @@ +#ifndef PKE_PKE_TEST_FONT_HPP +#define PKE_PKE_TEST_FONT_HPP + +#include "pke-test-types.h" + +struct pke_test_group *pke_test_font_get_group(); + +#endif /* PKE_PKE_TEST_FONT_HPP */ |
