mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 07:35:45 +00:00
audio: rewrite IAudioDevice
This commit is contained in:
parent
ea4703cb31
commit
c575a85233
8 changed files with 128 additions and 127 deletions
|
@ -19,6 +19,7 @@ namespace Common {
|
|||
[[nodiscard]] std::string ToUpper(std::string str);
|
||||
|
||||
[[nodiscard]] std::string StringFromBuffer(std::span<const u8> data);
|
||||
[[nodiscard]] std::string StringFromBuffer(std::span<const char> data);
|
||||
|
||||
[[nodiscard]] std::string StripSpaces(const std::string& s);
|
||||
[[nodiscard]] std::string StripQuotes(const std::string& s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue