mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 23:25:09 +01:00
16 lines
311 B
C
16 lines
311 B
C
|
/****************************************************************************
|
||
|
* libwiigui Template
|
||
|
* Tantric 2009
|
||
|
*
|
||
|
* audio.h
|
||
|
* Audio support
|
||
|
***************************************************************************/
|
||
|
|
||
|
#ifndef _AUDIO_H_
|
||
|
#define _AUDIO_H_
|
||
|
|
||
|
void InitAudio();
|
||
|
void ShutdownAudio();
|
||
|
|
||
|
#endif
|