2020-03-02 06:59:31 +00:00
|
|
|
#include <cstddef>
|
|
|
|
#include <cstdint>
|
|
|
|
|
2020-05-27 17:59:45 +00:00
|
|
|
extern "C" const uint8_t ASSET_NAME_MP32[] = {0};
|
2020-03-02 06:59:31 +00:00
|
|
|
extern "C" const size_t ASSET_NAME_MP32_SZ = 0;
|
|
|
|
extern "C" const size_t ASSET_NAME_MP32_DECOMPRESSED_SZ = 0;
|
2020-05-27 17:59:45 +00:00
|
|
|
extern "C" const uint8_t ASSET_NAME_MP64[] = {0};
|
2020-03-02 06:59:31 +00:00
|
|
|
extern "C" const size_t ASSET_NAME_MP64_SZ = 0;
|
|
|
|
extern "C" const size_t ASSET_NAME_MP64_DECOMPRESSED_SZ = 0;
|