summaryrefslogblamecommitdiffstats
path: root/src/core/hle/service/acc/acc_su.h
blob: 79a47d88d16d9b8cf8e8c70cb23d7fd4f6220fee (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                               

                                                                     



                      
// 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 {
namespace Account {

class ACC_SU final : public Module::Interface {
public:
    explicit ACC_SU(std::shared_ptr<Module> module,
                    std::shared_ptr<ProfileManager> profile_manager);
};

} // namespace Account
} // namespace Service