blob: 6bb05c5543605ed6494dcbde1238d3093f2cff57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright 2010 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
namespace ciface::OSX
{
void Init();
void DeInit();
void DeviceElementDebugPrint(const void*, void*);
} // namespace ciface::OSX
|