#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 */