#pragma once #include <string> #include <map> #include "backend.hpp" class AudioOutputBackend { BACKEND_TYPE(AudioOutputBackend); protected: };