summaryrefslogtreecommitdiff
path: root/tests/pke-test-asset-manager.h
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-05-30 14:41:54 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-05-30 14:41:54 -0400
commit781410537a1c7ddac340efabeedd4c9309e5cf39 (patch)
tree7253babcfc7fd8766095fdf89eca7a9fd3952912 /tests/pke-test-asset-manager.h
parent6ff0a1f8f7775752db8219dc270a56c4e64b4c7e (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.h16
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 */