summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Quartz/Quartz.h
blob: 8818425344f4da13a8178583bcc008e24fd23145 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2016 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

namespace ciface::Quartz
{
void PopulateDevices(void* window);
void DeInit();
}  // namespace ciface::Quartz