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

#pragma once

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