From 9427e27e24a7135880ee2881c3c44988e174b41a Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 31 Dec 2024 16:19:25 +1000 Subject: chore: update project branding to citron --- src/citron/qt_common.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/citron/qt_common.h (limited to 'src/citron/qt_common.h') diff --git a/src/citron/qt_common.h b/src/citron/qt_common.h new file mode 100644 index 000000000..9c63f08f3 --- /dev/null +++ b/src/citron/qt_common.h @@ -0,0 +1,15 @@ +// SPDX-FileCopyrightText: 2023 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include +#include "core/frontend/emu_window.h" + +namespace QtCommon { + +Core::Frontend::WindowSystemType GetWindowSystemType(); + +Core::Frontend::EmuWindow::WindowSystemInfo GetWindowSystemInfo(QWindow* window); + +} // namespace QtCommon -- cgit v1.2.3