GBDK 2020 Docs
API Documentation for GBDK 2020
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 */
UINT8
unsigned char UINT8
Definition:
types.h:21
UINT16
unsigned int UINT16
Definition:
types.h:27
NONBANKED
#define NONBANKED
Definition:
types.h:11
play_sample
void play_sample(UINT8 *start, UINT16 len) NONBANKED