summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audout_a.h
blob: 91a06915253cf75c2e6f5ba58d62835a53ce7a7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2018 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#pragma once

#include "core/hle/service/service.h"

namespace Service::Audio {

class AudOutA final : public ServiceFramework<AudOutA> {
public:
    explicit AudOutA();
};

} // namespace Service::Audio