Files
pkg2zip/pkg2zip_zrif.h
T

6 lines
103 B
C
Raw Normal View History

2017-09-24 18:17:33 -07:00
#pragma once
#include <stdint.h>
2017-10-31 00:28:00 -07:00
void zrif_decode(const char* str, uint8_t* rif, uint32_t rif_size);