mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-27 08:05:41 +00:00
15 lines
362 B
C
15 lines
362 B
C
// SPDX-FileCopyrightText: 2019-2023 Connor McLaughlin <stenzek@gmail.com>
|
|
// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0)
|
|
|
|
#pragma once
|
|
|
|
#include "core/pch.h"
|
|
|
|
#include <QtCore/QByteArray>
|
|
#include <QtCore/QMetaType>
|
|
#include <QtCore/QObject>
|
|
#include <QtCore/QSemaphore>
|
|
#include <QtCore/QString>
|
|
#include <QtCore/QtCore>
|
|
#include <QtWidgets/QWidget>
|