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