aboutsummaryrefslogtreecommitdiff
path: root/source/sdd1emu.h
blob: 07162f5b8e0373e1a4cccfb94755cf0792db6db1 (plain)
1
2
3
4
5
6
7
#include "../copyright"

#ifndef SDD1EMU_H
#define SDD1EMU_H

void SDD1_decompress(uint8_t* out, uint8_t* in, int32_t output_length);
#endif