summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Quartz/Quartz.h
blob: 03f6ca9993be6cb677f6fd971e9222cfee86dec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2016 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

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