diff options
Diffstat (limited to 'src/asset-types.h')
| -rw-r--r-- | src/asset-types.h | 7 |
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 */ |
