summaryrefslogblamecommitdiffstats
path: root/src/core/hle/service/acc/acc_aa.h
blob: 623daeaef0bd1b9a1ea6c563deb5c020f89723ca (plain) (tree)
1
2
3
4
5
6
7
8

                                                               




                                     
                            


                                               

                                                                                             
                       

  
                               
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

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

namespace Service::Account {

class ACC_AA final : public Module::Interface {
public:
    explicit ACC_AA(std::shared_ptr<Module> module_,
                    std::shared_ptr<ProfileManager> profile_manager_, Core::System& system_);
    ~ACC_AA() override;
};

} // namespace Service::Account