N64FlashcartMenu
Loading...
Searching...
No Matches
sound.h
Go to the documentation of this file.
1
7#ifndef SOUND_H__
8#define SOUND_H__
9
10
11#define SOUND_MP3_PLAYER_CHANNEL (0)
12
13
14void sound_init_default (void);
15void sound_init_mp3_playback (void);
16void sound_deinit (void);
17void sound_poll (void);
18
19
20#endif