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
13
#include <types.h>
14
#include <
stdint.h
>
15
18
void
play_sample
(
uint8_t
*start,
uint16_t
len)
NONBANKED
;
19
20
#endif
/* _SAMPLE_H */
uint8_t
unsigned char uint8_t
Definition:
stdint.h:51
uint16_t
unsigned short int uint16_t
Definition:
stdint.h:52
stdint.h
NONBANKED
#define NONBANKED
Definition:
types.h:12
play_sample
void play_sample(uint8_t *start, uint16_t len) NONBANKED