Files
pkg2zip/pkg2zip_zrif.h

6 lines
103 B
C

#pragma once
#include <stdint.h>
void zrif_decode(const char* str, uint8_t* rif, uint32_t rif_size);