shithub: zelda3

ref: 5d1360efa9bd226a8078aeb3e12e2e9b10699558
dir: /platform/win32/volume_control.h/

View raw version
#ifndef VOLUME_CONTROL_H
#define VOLUME_CONTROL_H

#include <stdbool.h>

bool SetApplicationVolume(int volume_level);
bool SetApplicationMuted(bool muted);

#endif // VOLUME_CONTROL_H