dolphin/Source/Core/InputCommon/ControllerInterface/Quartz/Quartz.h

11 lines
212 B
C++

// 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