mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
introduce functions to modulate user volume
This commit is contained in:
@@ -70,6 +70,9 @@ public:
|
||||
void init(void);
|
||||
void destroy(void);
|
||||
|
||||
void set_music_volume(int volume);
|
||||
void set_sound_volume(int volume);
|
||||
|
||||
void play(int t);
|
||||
void resume(void);
|
||||
void resumefade(const int fadein_ms);
|
||||
|
||||
Reference in New Issue
Block a user