summaryrefslogblamecommitdiffstats
path: root/src/core/hle/service/acc/acc_u0.h
blob: 35cd4b492c4025939a29447f65aec2738af88772 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                               


            
                                     
 
                            
 
                                               
       

                                                                                             
                       

  
                               
// 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_U0 final : public Module::Interface {
public:
    explicit ACC_U0(std::shared_ptr<Module> module_,
                    std::shared_ptr<ProfileManager> profile_manager_, Core::System& system_);
    ~ACC_U0() override;
};

} // namespace Service::Account