GBDK 2020 Docs  4.3.0
API Documentation for GBDK 2020
gbdecompress.h
Go to the documentation of this file.
1 #ifndef __GB_DECOMPRESS_H_INCLUDE
2 #define __GB_DECOMPRESS_H_INCLUDE
3 
4 #if defined(__TARGET_gb) || defined(__TARGET_ap) || defined(__TARGET_duck)
5  #include <gb/gbdecompress.h>
6 #elif defined(__TARGET_sms) || defined(__TARGET_gg)
7  #include <sms/gbdecompress.h>
8 #else
9  #error Unrecognized port
10 #endif
11 
12 #endif