summaryrefslogblamecommitdiffstats
path: root/src/core/hle/service/acc/acc_aa.h
blob: 796f7ef85d7c30225c5923cf7b6aeecedd7a4d81 (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_AA final : public Module::Interface {
public:
    explicit ACC_AA(std::shared_ptr<Module> module);
};

} // namespace Service::Account