summaryrefslogtreecommitdiff
path: root/src/asset-types.h
blob: 808f7aea472f5722b51d2f5871c093ef9d2e0476 (plain)
1
2
3
4
5
6
7
8
9
#ifndef PKE_ASSET_TYPES_H
#define PKE_ASSET_TYPES_H

#define AssetKeyLength 16l
typedef char AssetKey[AssetKeyLength];

constexpr AssetKey AssetKey_NULL = {'\0','\0','\0','\0','\0','\0','\0','\0','\0','\0','\0','\0','\0','\0','\0','\0'};

#endif /* PKE_ASSET_TYPES_H */