GBDK 2020 API Docs
API Documentation for GBDK 2020
 All Classes Files Functions Variables Typedefs Macros Pages
sample.h
Go to the documentation of this file.
1 
10 #ifndef _SAMPLE_H
11 #define _SAMPLE_H
12 
15 void
16 play_sample(UINT8 *start, UINT16 len) NONBANKED;
17 
18 #endif /* _SAMPLE_H */
unsigned int UINT16
Definition: types.h:27
#define NONBANKED
Definition: types.h:11
unsigned char UINT8
Definition: types.h:21
void play_sample(UINT8 *start, UINT16 len) NONBANKED