BizHawk/waterbox/o2em/audio.h

15 lines
150 B
C
Raw Normal View History

2017-06-18 14:29:03 +00:00
#ifndef __AUDIO_H
#define __AUDIO_H
void update_audio(void);
void init_audio(void);
void init_sound_stream(void);
extern int sound_IRQ;
#endif