blob: f4ebc1a911ef26fb09ef9248bf57325ccc404396 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
namespace ciface::OSX
{
void Init();
void DeInit();
void DeviceElementDebugPrint(const void*, void*);
} // namespace ciface::OSX
|