1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-22 12:07:45 +00:00
novus/launcher/include/mainwindow.h

13 lines
219 B
C
Raw Normal View History

2023-08-31 14:21:19 +02:00
// SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-3.0-or-later
2023-08-31 14:18:50 +02:00
#pragma once
#include <QMainWindow>
2023-10-10 18:02:13 -04:00
class MainWindow : public QMainWindow
{
2023-08-31 14:18:50 +02:00
public:
MainWindow();
};