MTek-GDL 0.100.4-muffintrap
Loading...
Searching...
No Matches
mgdl-wii-sound.h
1
4#ifndef _GDL_WII_SOUND_H
5#define _GDL_WII_SOUND_H
6
7#include <gccore.h>
8#include <cstdio>
9#include <string>
10
11#include <mgdl/mgdl-types.h>
12#include <mgdl/mgdl-sound.h>
13#include <mgdl/wii/mgdl-wii-config.h>
14
15
16namespace gdl {
18
24 void Play2D(float pitch, float volume, float x, float y);
25};
26
27
29
38void SetMasterVolumes(float musicVol, float soundVol);
39
40
42
47void SetMusicVolume(float volume);
48
49#endif // _GDL_WII_SOUND_H
Sound module header.
Library types, macros, defines and enums header.
Library namespace.
Definition wii-globals.cpp:12
void Play2D(float pitch, float volume, float x, float y)
Plays a sound with 2D stereo panning.