diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-30 14:41:54 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-30 14:41:54 -0400 |
| commit | 781410537a1c7ddac340efabeedd4c9309e5cf39 (patch) | |
| tree | 7253babcfc7fd8766095fdf89eca7a9fd3952912 /tests/pke-test-asset-manager.h | |
| parent | 6ff0a1f8f7775752db8219dc270a56c4e64b4c7e (diff) | |
pke: asset: BucketContainer>pk_bkt_arr_t & cleanup
Diffstat (limited to 'tests/pke-test-asset-manager.h')
| -rw-r--r-- | tests/pke-test-asset-manager.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/pke-test-asset-manager.h b/tests/pke-test-asset-manager.h new file mode 100644 index 0000000..802b67f --- /dev/null +++ b/tests/pke-test-asset-manager.h @@ -0,0 +1,16 @@ +#ifndef PKE_PKE_TEST_ASSET_MANAGER_H +#define PKE_PKE_TEST_ASSET_MANAGER_H + +#include "pke-test-types.h" + +#ifdef __cplusplus +extern "C" { +#endif + +struct pke_test_group *pke_test_asset_manager_get_group(); + +#ifdef __cplusplus +} +#endif + +#endif /* PKE_PKE_TEST_ASSET_MANAGER_H */ |
