aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ir/ir.h
blob: 5578d8a153dcd6a1b0eee27b101f580078090b7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2015 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#pragma once

namespace Core {
class System;
}

namespace Service::IR {

void InstallInterfaces(Core::System& system);

} // namespace Service::IR