mirror of https://github.com/AxioDL/metaforce.git
10 lines
357 B
C++
10 lines
357 B
C++
#include <cstddef>
|
|
#include <cstdint>
|
|
|
|
extern "C" const uint8_t ASSET_NAME_MP32[] = {0};
|
|
extern "C" const size_t ASSET_NAME_MP32_SZ = 0;
|
|
extern "C" const size_t ASSET_NAME_MP32_DECOMPRESSED_SZ = 0;
|
|
extern "C" const uint8_t ASSET_NAME_MP64[] = {0};
|
|
extern "C" const size_t ASSET_NAME_MP64_SZ = 0;
|
|
extern "C" const size_t ASSET_NAME_MP64_DECOMPRESSED_SZ = 0;
|