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

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

#endif /* PKE_ASSET_TYPES_H */