#ifndef PKE_AT_EMBEDDED_FILE_HPP #define PKE_AT_EMBEDDED_FILE_HPP #include #include struct embedded_file { AssetKey key; const unsigned char *data; const unsigned int size; AssetHandle handle = AssetHandle_MAX; }; #endif /* PKE_AT_EMBEDDED_FILE_HPP */