mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-15 21:41:43 +00:00
13 lines
217 B
C++
13 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);
|