2016-08-09 22:48:22 +00:00
|
|
|
// Copyright 2016 Dolphin Emulator Project
|
2016-08-08 16:38:22 +00:00
|
|
|
// Licensed under GPLv2+
|
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2019-06-17 20:39:24 +00:00
|
|
|
namespace ciface::Quartz
|
2016-08-08 16:38:22 +00:00
|
|
|
{
|
2016-10-16 20:39:05 +00:00
|
|
|
void PopulateDevices(void* window);
|
2016-08-08 16:38:22 +00:00
|
|
|
void DeInit();
|
2019-06-17 20:39:24 +00:00
|
|
|
} // namespace ciface::Quartz
|