summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Quartz/Quartz.h
blob: 3e08410f6b1cabec6a102208837667cd081e3ff3 (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 Init(void* window);
void DeInit();
}
}