GBDK 2020 Docs  4.5.0
API Documentation for GBDK 2020
zx0decompress.h
Go to the documentation of this file.
1#ifndef __ZX0DECOMPRESS_H_INCLUDE
2#define __ZX0DECOMPRESS_H_INCLUDE
3
4#if defined(__TARGET_gb) || defined(__TARGET_ap) || defined(__TARGET_duck) || defined(__TARGET_sms) || defined(__TARGET_gg) || defined(__TARGET_msx)
5
18void zx0_decompress(void * sour, void * dest);
19
20#endif
21
22#endif
void zx0_decompress(void *sour, void *dest)