libdragon
Loading...
Searching...
No Matches
mixer_internal.h
1#ifndef LIBDRAGON_MIXER_INTERNAL_H
2#define LIBDRAGON_MIXER_INTERNAL_H
3
4#include <stdint.h>
5
7extern uint32_t __mixer_overlay_id;
8
11
12#endif
uint32_t __mixer_overlay_id
RSPQ overlay ID assigned to the mixer ucode.
Definition mixer.c:177
void __mixer_wave_stopall(waveform_t *wave)
Definition mixer.c:460
A waveform that can be played back through the mixer.
Definition mixer.h:439