summaryrefslogtreecommitdiff
path: root/src/asset-types.h
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-08-21 21:45:38 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-08-21 21:45:38 -0400
commit8bbef6b1f8fe61ae8b0f24693af28b7fa6e68237 (patch)
treeeaddcd8a1f6f735dc6ea2fe3380e5fe1c90754e6 /src/asset-types.h
parent77d547596c23d5878fee417d3aa0a3bf38037e65 (diff)
pke: embed shaders in executable
Diffstat (limited to 'src/asset-types.h')
-rw-r--r--src/asset-types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/asset-types.h b/src/asset-types.h
new file mode 100644
index 0000000..8fbb793
--- /dev/null
+++ b/src/asset-types.h
@@ -0,0 +1,7 @@
+#ifndef PKE_ASSET_TYPES_H
+#define PKE_ASSET_TYPES_H
+
+#define AssetKeyLength 16l
+typedef char AssetKey[AssetKeyLength];
+
+#endif /* PKE_ASSET_TYPES_H */