mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
14 lines
217 B
C++
14 lines
217 B
C++
// Copyright 2018 Dolphin Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
class QPixmap;
|
|
|
|
namespace UICommon
|
|
{
|
|
struct GameBanner;
|
|
}
|
|
|
|
QPixmap ToQPixmap(const UICommon::GameBanner& banner);
|