summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_u1.h
blob: 432d5b3e976fa623e8b9bf8347024ecd352943c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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_U1 final : public Module::Interface {
public:
    explicit ACC_U1(std::shared_ptr<Module> module);
};

} // namespace Account
} // namespace Service