2018-03-26 08:13:15 +02:00
|
|
|
// Copyright 2018 Dolphin Emulator Project
|
2021-07-05 03:22:19 +02:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
2018-03-26 08:13:15 +02:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#ifdef _WIN32
|
|
|
|
|
|
|
|
#include <QIcon>
|
|
|
|
|
|
|
|
namespace WinIconHelper
|
|
|
|
{
|
|
|
|
QIcon GetNativeIcon();
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|