9 lines
156 B
C++
9 lines
156 B
C++
|
#pragma once
|
||
|
#include <string>
|
||
|
#include <map>
|
||
|
#include "backend.hpp"
|
||
|
class AudioOutputBackend {
|
||
|
BACKEND_TYPE(AudioOutputBackend);
|
||
|
protected:
|
||
|
|
||
|
};
|