Zachary Hall
f7f9fce3cb
Some checks failed
Build / build-gentoo (push) Failing after 1m10s
Build / download-system-deps (push) Successful in 3m44s
Build / get-source-code (push) Successful in 7m3s
Build / build-appimage (push) Successful in 3m28s
Build / build-android (push) Failing after 2m54s
Build / build-windows (push) Failing after 6m34s
9 lines
No EOL
156 B
C++
9 lines
No EOL
156 B
C++
#pragma once
|
|
#include <string>
|
|
#include <map>
|
|
#include "backend.hpp"
|
|
class AudioOutputBackend {
|
|
BACKEND_TYPE(AudioOutputBackend);
|
|
protected:
|
|
|
|
}; |