#ifndef RT_PACKAGES_H #define RT_PACKAGES_H #ifdef RT_DEFINE_PACKAGE_FILE_STRUCTURES #include #include "xxhash/xxhash.h" #pragma pack(push, 1) typedef struct { XXH64_canonical_t checksum; uint32_t decompressed_size; } rt_package_asset_header; #pragma pack(pop) #endif #endif