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