mirror of
https://github.com/libretro/fixGB.git
synced 2025-02-20 01:42:18 +00:00
11 lines
121 B
C
11 lines
121 B
C
|
|
#ifndef _audio_h_
|
|
#define _audio_h_
|
|
|
|
int audioInit();
|
|
int audioUpdate();
|
|
void audioDeinit();
|
|
void audioSleep();
|
|
|
|
#endif
|