mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
5 lines
161 B
C
5 lines
161 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
bool unity_crunch_unpack_level(const uint8_t* data, uint32_t data_size, uint32_t level_index, void** ret, uint32_t* ret_size); |