diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-07-04 07:06:45 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-07-04 07:06:45 -0400 |
| commit | 34863f5b702c0dbb00d8db5c00efd43d895fcd4c (patch) | |
| tree | 09e0249e16e937c22ec0c04cfa1bc4b0e4de337e /tests/pke-test-audio.h | |
| parent | 1c87a0e431d30aaf19195f8a45c7607add21018a (diff) | |
pke: audio: first-pass actually play an asset
Diffstat (limited to 'tests/pke-test-audio.h')
| -rw-r--r-- | tests/pke-test-audio.h | 16 |
1 files changed, 16 insertions, 0 deletions
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 */ |
