shithub: zelda3

ref: 203a433a66633b726f92393efa42f168c0319755
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