mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
6 lines
82 B
C++
6 lines
82 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
[[nodiscard]] std::string runAudioDeviceTests();
|