#ifndef PKE_ASSET_TYPES_H #define PKE_ASSET_TYPES_H #define AssetKeyLength 16l typedef char AssetKey[AssetKeyLength]; #endif /* PKE_ASSET_TYPES_H */