metaforce/DataSpec/AssetNameMapNull.cpp

12 lines
306 B
C++
Raw Normal View History

#include <cstddef>
#include <cstdint>
2021-05-27 10:00:38 -07:00
extern "C" {
const uint8_t ASSET_NAME_MP32[] = {0};
const size_t ASSET_NAME_MP32_SZ = 0;
const size_t ASSET_NAME_MP32_DECOMPRESSED_SZ = 0;
const uint8_t ASSET_NAME_MP64[] = {0};
const size_t ASSET_NAME_MP64_SZ = 0;
const size_t ASSET_NAME_MP64_DECOMPRESSED_SZ = 0;
}