Michael Maltese 3889e4d4b2 style fixes
2016-08-09 15:52:02 -07:00

15 lines
208 B
C++

// 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();
}
}