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







                                            
                            


                                               

                                                                                                    
                       

  
                               
// 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/acc/acc.h"

namespace Service::Account {

class ACC_U1 final : public Module::Interface {
public:
    explicit ACC_U1(std::shared_ptr<Module> module, std::shared_ptr<ProfileManager> profile_manager,
                    Core::System& system);
    ~ACC_U1() override;
};

} // namespace Service::Account