ref: ae79c47a264a7e2ada89396305bf6c841bc50f08
dir: /platform/win32/volume_control.h/
#ifndef VOLUME_CONTROL_H #define VOLUME_CONTROL_H #include <stdbool.h> bool SetApplicationVolume(int volume_level); bool SetApplicationMuted(bool muted); #endif // VOLUME_CONTROL_H