From 34863f5b702c0dbb00d8db5c00efd43d895fcd4c Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 4 Jul 2025 07:06:45 -0400 Subject: pke: audio: first-pass actually play an asset --- tests/pke-test-audio.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/pke-test-audio.h (limited to 'tests/pke-test-audio.h') diff --git a/tests/pke-test-audio.h b/tests/pke-test-audio.h new file mode 100644 index 0000000..851c695 --- /dev/null +++ b/tests/pke-test-audio.h @@ -0,0 +1,16 @@ +#ifndef PKE_PKE_TEST_AUDIO_H +#define PKE_PKE_TEST_AUDIO_H + +#include "pke-test-types.h" + +#ifdef __cplusplus +extern "C" { +#endif + +struct pke_test_group *pke_test_audio_get_group(); + +#ifdef __cplusplus +} +#endif + +#endif /* PKE_PKE_TEST_AUDIO_H */ -- cgit v1.2.3