mirror of
https://github.com/wiidev/usbloadergx.git
synced 2025-02-16 19:39:14 +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
|