首次推送
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace com::teamspeak
|
||||
{
|
||||
class Custom_Device
|
||||
{
|
||||
public:
|
||||
Custom_Device(uint32_t& error);
|
||||
~Custom_Device();
|
||||
|
||||
static constexpr const char* custom_mode = "custom";
|
||||
static constexpr const char* custom_device = "loopback";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user